Changeset 80469
- Timestamp:
- 07/13/11 08:30:05 (4 years ago)
- File:
-
- 1 edited
-
contrib/buildbot/master.cfg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contrib/buildbot/master.cfg
r80468 r80469 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' 190 191 ports_factory.addStep(MasterShellCommand(command=["./deploy_archives.sh"], 191 192 name="deploy archives", 192 193 description="deploy archives", 193 env={'PREFIX': WithProperties(prefix),194 env={'PREFIX': master_prefix, 194 195 'PRIVKEY': privkey, 195 196 'ULPATH': ulpath,
Note: See TracChangeset
for help on using the changeset viewer.

