Changeset 80470
- Timestamp:
- 07/13/11 08:34:02 (4 years ago)
- Location:
- contrib/buildbot
- Files:
-
- 2 edited
-
deploy_archives.sh (modified) (1 diff)
-
master.cfg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contrib/buildbot/deploy_archives.sh
r80468 r80470 1 1 #!/bin/sh 2 3 if [[ -z "$PORTLISTFILE" ]]; then4 PORTLISTFILE=portlist5 fi6 7 if [[ -z "$PREFIX" ]]; then8 PREFIX="/opt/local"9 fi10 2 11 3 # download server hostname -
contrib/buildbot/master.cfg
r80469 r80470 188 188 # sign generated binaries and sync to download server (if distributable) 189 189 from buildbot.steps.master import MasterShellCommand 190 master_prefix='/opt/local'191 190 ports_factory.addStep(MasterShellCommand(command=["./deploy_archives.sh"], 192 191 name="deploy archives", 193 192 description="deploy archives", 194 env={'PREFIX': master_prefix, 195 'PRIVKEY': privkey, 193 env={'PRIVKEY': privkey, 196 194 'ULPATH': ulpath, 197 195 'DLHOST': dlhost,
Note: See TracChangeset
for help on using the changeset viewer.

