[146689] trunk/dports/devel/buildbot-slave/Portfile

mojca at macports.org mojca at macports.org
Tue Mar 15 08:06:05 PDT 2016


Revision: 146689
          https://trac.macports.org/changeset/146689
Author:   mojca at macports.org
Date:     2016-03-15 08:06:05 -0700 (Tue, 15 Mar 2016)
Log Message:
-----------
buildbot-slave: fix livecheck

Modified Paths:
--------------
    trunk/dports/devel/buildbot-slave/Portfile

Modified: trunk/dports/devel/buildbot-slave/Portfile
===================================================================
--- trunk/dports/devel/buildbot-slave/Portfile	2016-03-15 14:59:42 UTC (rev 146688)
+++ trunk/dports/devel/buildbot-slave/Portfile	2016-03-15 15:06:05 UTC (rev 146689)
@@ -62,15 +62,16 @@
 }
 
 # note some tests need py-mock
-#depends_test            port:py${python.version}-mock
+#depends_test           port:py${python.version}-mock
 test.run                yes
 test.env                PYTHONPATH=.
 test.cmd                ${prefix}/bin/trial-${python.branch}
 test.target             buildslave.test
 
-livecheck.type  regex
-livecheck.url   https://pypi.python.org/pypi/${name}/
-livecheck.regex {buildbot\/(\d+\.\d+(?:\.\d+)(?:b\d))}
+livecheck.type          regex
+livecheck.url           https://pypi.python.org/pypi/${name}/
+livecheck.regex         {buildbot-slave\/(\d+\.\d+(?:\.\d+))\"}
+#livecheck.regex        {buildbot-slave\/(\d+\.\d+(?:\.\d+)(?:b\d))}
 
 notes "
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160315/87e7fabb/attachment.html>


More information about the macports-changes mailing list