Bug 202110

Summary: [MAINTAINER] devel/py-robotframework-pabot: Update to 0.15
Product: Ports & Packages Reporter: vladimir.chukharev
Component: Individual Port(s)Assignee: Bartek Rutkowski <robak>
Status: Closed FIXED    
Severity: Affects Only Me CC: robak
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch
none
QA logs none

Description vladimir.chukharev 2015-08-05 19:54:50 UTC
Created attachment 159583 [details]
Patch

Update from 0.13 to 0.15.

From announcement by Mikko Korpela:
+++++++
In this release: 
- Terminal colouring added (Thank you Tudor Tabacel for contribution!) 
- Selenium2Library image copy (Thank you Volodymyr Maksymiv from 
Quintagroup for contribution!) 
- Tag criticality is now preserved when writing output.xml ( Thank you 
anonymous user from NCDC who informed about this problem with Jenkins! 
) 

I've also prepared a small questionnaire to get a better understanding 
where should pabot be evolved next. If you would like to give your 
opinion, please answer it from this link: 
http://goo.gl/forms/3FkMCIYmDx
-------

QA:
  Logs of usual port tests will be attached in a follow up.
Comment 1 vladimir.chukharev 2015-08-05 19:59:49 UTC
Created attachment 159584 [details]
QA logs

Port tested by a command
~/bin/port_test.sh /usr/ports/devel/py-robotframework-pabot |& cat > ~/vovavajo/Patches/py-robotframework-pabot_update_0.13_to_0.15_QA.log

The testing script follows.
 $ cat ~/bin/port_test.sh 
#!
# Run tests of a port in the given directory and install it via portmaster

set -o xtrace
export LC_ALL=C

cd $1 || exit 1

make -D DEVELOPER=yes check-plist stage-qa clean
make -D DEVELOPER=yes describe
DEVELOPER=yes portlint -Ca
sudo port test
sudo portmaster -DG --no-confirm $1
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-08-06 08:59:14 UTC
A commit references this bug:

Author: robak
Date: Thu Aug  6 08:59:11 UTC 2015
New revision: 393640
URL: https://svnweb.freebsd.org/changeset/ports/393640

Log:
  devel/py-robotframework-pabot: update 0.13 -> 0.15

  PR:		202110
  Submitted by:	Vladimir Chukharev <vladimir.chukharev@gmail.com> (maintainer)

Changes:
  head/devel/py-robotframework-pabot/Makefile
  head/devel/py-robotframework-pabot/distinfo
Comment 3 Bartek Rutkowski freebsd_committer freebsd_triage 2015-08-06 09:01:31 UTC
Committed, thanks!