Bug 202110 - [MAINTAINER] devel/py-robotframework-pabot: Update to 0.15
Summary: [MAINTAINER] devel/py-robotframework-pabot: Update to 0.15
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bartek Rutkowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-05 19:54 UTC by vladimir.chukharev
Modified: 2015-08-06 09:01 UTC (History)
1 user (show)

See Also:


Attachments
Patch (815 bytes, patch)
2015-08-05 19:54 UTC, vladimir.chukharev
no flags Details | Diff
QA logs (18.51 KB, text/plain)
2015-08-05 19:59 UTC, vladimir.chukharev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!