From 75bd5b1c4aac996422eca2a7f498b31d1d1bba18 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Fri, 28 Jan 2011 16:02:14 -0500 Subject: Add a builder_variablse YAML key, which passed environment variables to the builder --- scripts/capsule.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'scripts/capsule.sh') diff --git a/scripts/capsule.sh b/scripts/capsule.sh index abc632d..4d99bba 100755 --- a/scripts/capsule.sh +++ b/scripts/capsule.sh @@ -2,6 +2,12 @@ # first arg: build_dir # second arg: report path +# third arg: should we use perlbrew? + +# this is getting smelly +builddir=$1 +report_path=$2 +perlbrew=$3 function jitterbug_build () { if [ -f 'dist.ini' ]; then @@ -34,10 +40,6 @@ function jitterbug_build () { fi } -# this is getting smelly -builddir=$1 -report_path=$2 -perlbrew=$3 echo "Creating report_path=$report_path" mkdir -p $report_path -- cgit 1.4.1