[80470] contrib/buildbot
jmr at macports.org
jmr at macports.org
Wed Jul 13 08:34:02 PDT 2011
Revision: 80470
http://trac.macports.org/changeset/80470
Author: jmr at macports.org
Date: 2011-07-13 08:34:02 -0700 (Wed, 13 Jul 2011)
Log Message:
-----------
buildmaster: remove unused variables
Modified Paths:
--------------
contrib/buildbot/deploy_archives.sh
contrib/buildbot/master.cfg
Modified: contrib/buildbot/deploy_archives.sh
===================================================================
--- contrib/buildbot/deploy_archives.sh 2011-07-13 15:30:05 UTC (rev 80469)
+++ contrib/buildbot/deploy_archives.sh 2011-07-13 15:34:02 UTC (rev 80470)
@@ -1,13 +1,5 @@
#!/bin/sh
-if [[ -z "$PORTLISTFILE" ]]; then
- PORTLISTFILE=portlist
-fi
-
-if [[ -z "$PREFIX" ]]; then
- PREFIX="/opt/local"
-fi
-
# download server hostname
if [[ -z "$DLHOST" ]]; then
DLHOST=""
Modified: contrib/buildbot/master.cfg
===================================================================
--- contrib/buildbot/master.cfg 2011-07-13 15:30:05 UTC (rev 80469)
+++ contrib/buildbot/master.cfg 2011-07-13 15:34:02 UTC (rev 80470)
@@ -187,12 +187,10 @@
ports_factory.addStep(DirectoryUpload(slavesrc=ulpath, masterdest=ulpath))
# sign generated binaries and sync to download server (if distributable)
from buildbot.steps.master import MasterShellCommand
-master_prefix='/opt/local'
ports_factory.addStep(MasterShellCommand(command=["./deploy_archives.sh"],
name="deploy archives",
description="deploy archives",
- env={'PREFIX': master_prefix,
- 'PRIVKEY': privkey,
+ env={'PRIVKEY': privkey,
'ULPATH': ulpath,
'DLHOST': dlhost,
'DLPATH': dlpath}))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110713/88fa129e/attachment.html>
More information about the macports-changes
mailing list