Adjustment for release checklist.

This commit is contained in:
Eli Barzilay 2010-05-19 06:11:19 -04:00
parent b85998dd62
commit 263168a165

View File

@ -40,7 +40,7 @@ buildnotifyemail=""
# repository branches to use -- `master' or other branches # repository branches to use -- `master' or other branches
init_repo_vars() { init_repo_vars() {
# use this function to initialize these on remote builds too # use this function to initialize these on remote builds too
gitbranch="${PLTBRANCH:-master}" gitbranch="${RKTBRANCH:-master}"
svnipath="${PLTSVNIPATH:-trunk}" svnipath="${PLTSVNIPATH:-trunk}"
} }
init_repo_vars init_repo_vars
@ -55,7 +55,7 @@ dmgmachine="kauai"
nsismachine="pitcairn" nsismachine="pitcairn"
# list of environment variables that should be carried over to ssh jobs # list of environment variables that should be carried over to ssh jobs
ssh_vars=(PLTBRANCH PLTSVNIPATH) ssh_vars=(RKTBRANCH PLTSVNIPATH)
# Add stuff to be msetted later (when we have the `mset' function) # Add stuff to be msetted later (when we have the `mset' function)
declare -a initial_msets machines declare -a initial_msets machines