New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80469


Ignore:
Timestamp:
07/13/11 08:30:05 (4 years ago)
Author:
jmr@…
Message:

buildmaster: master shell command can't use slave properties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/buildbot/master.cfg

    r80468 r80469  
    188188# sign generated binaries and sync to download server (if distributable) 
    189189from buildbot.steps.master import MasterShellCommand 
     190master_prefix='/opt/local' 
    190191ports_factory.addStep(MasterShellCommand(command=["./deploy_archives.sh"], 
    191192                                   name="deploy archives", 
    192193                                   description="deploy archives", 
    193                       env={'PREFIX': WithProperties(prefix), 
     194                      env={'PREFIX': master_prefix, 
    194195                           'PRIVKEY': privkey, 
    195196                           'ULPATH': ulpath, 
Note: See TracChangeset for help on using the changeset viewer.