New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80470


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

buildmaster: remove unused variables

Location:
contrib/buildbot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • contrib/buildbot/deploy_archives.sh

    r80468 r80470  
    11#!/bin/sh 
    2  
    3 if [[ -z "$PORTLISTFILE" ]]; then 
    4     PORTLISTFILE=portlist 
    5 fi 
    6  
    7 if [[ -z "$PREFIX" ]]; then 
    8     PREFIX="/opt/local" 
    9 fi 
    102 
    113# download server hostname 
  • contrib/buildbot/master.cfg

    r80469 r80470  
    188188# sign generated binaries and sync to download server (if distributable) 
    189189from buildbot.steps.master import MasterShellCommand 
    190 master_prefix='/opt/local' 
    191190ports_factory.addStep(MasterShellCommand(command=["./deploy_archives.sh"], 
    192191                                   name="deploy archives", 
    193192                                   description="deploy archives", 
    194                       env={'PREFIX': master_prefix, 
    195                            'PRIVKEY': privkey, 
     193                      env={'PRIVKEY': privkey, 
    196194                           'ULPATH': ulpath, 
    197195                           'DLHOST': dlhost, 
Note: See TracChangeset for help on using the changeset viewer.