[151013] contrib/buildbot-test

raimue at macports.org raimue at macports.org
Fri Aug 5 08:42:10 PDT 2016


Revision: 151013
          https://trac.macports.org/changeset/151013
Author:   raimue at macports.org
Date:     2016-08-05 08:42:10 -0700 (Fri, 05 Aug 2016)
Log Message:
-----------
buildbot: use underscores instead of hyphens in docs (after r151011)

Revision Links:
--------------
    https://trac.macports.org/changeset/151011

Modified Paths:
--------------
    contrib/buildbot-test/README.md
    contrib/buildbot-test/slaves.json.sample

Modified: contrib/buildbot-test/README.md
===================================================================
--- contrib/buildbot-test/README.md	2016-08-05 15:05:52 UTC (rev 151012)
+++ contrib/buildbot-test/README.md	2016-08-05 15:42:10 UTC (rev 151013)
@@ -95,14 +95,14 @@
                 create-slave --umask 022 \
                 /opt/mp-buildbot/slave-base \
                 localhost:9989 \
-                base-$OSXVERS-$ARCH \
+                base-${OSXVERS}_${ARCH} \
                 $PASSWORD
     
     sudo -H buildslave \
                 create-slave --umask 022 \
                 /opt/mp-buildbot/slave-ports \
                 localhost:9989 \
-                ports-$OSXVERS-$ARCH \
+                ports-${OSXVERS}_${ARCH} \
                 $PASSWORD
 
 #### 3. Add new builldbot slaves to buildbot master configuration

Modified: contrib/buildbot-test/slaves.json.sample
===================================================================
--- contrib/buildbot-test/slaves.json.sample	2016-08-05 15:05:52 UTC (rev 151012)
+++ contrib/buildbot-test/slaves.json.sample	2016-08-05 15:42:10 UTC (rev 151013)
@@ -1,4 +1,4 @@
 {
-	"base-10.6-x86_64":  "***",
-	"ports-10.6-x86_64": "***"
+	"base-10.6_x86_64":  "***",
+	"ports-10.6_x86_64": "***"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160805/380a1ac4/attachment-0001.html>


More information about the macports-changes mailing list