From 7d943532210834ec2e839dcdd257b3f9c4823e13 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 24 Oct 2014 16:20:31 -0300 Subject: Use json file to define versions to be bundled. Also improve logging support to print each component's name. --- createbundle.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'createbundle.sh') diff --git a/createbundle.sh b/createbundle.sh index e8b7583..90bf53d 100755 --- a/createbundle.sh +++ b/createbundle.sh @@ -172,15 +172,13 @@ run_bundler() { # Use a shortcut for the bundler command bundler="python bitmask_bundler.git/bundler/main.py --workon bundler.output --binaries binaries/ --paths-file bundler.paths" - $bundler --do gitclone - $bundler --do gitcheckout --versions-file $BASE/bitmask.json + $bundler --do gitclone --versions-file $BASE/../bitmask.json + $bundler --do gitcheckout --versions-file $BASE/../bitmask.json - $bundler --do pythonsetup - $bundler --skip gitclone gitcheckout pythonsetup --versions-file $BASE/bitmask.json + $bundler --do pythonsetup --versions-file $BASE/../bitmask.json + $bundler --skip gitclone gitcheckout pythonsetup --versions-file $BASE/../bitmask.json } -[[ "$1" == 'nightly' ]] && VERSION='--nightly' - REUSE_BINARIES=$BASE/reuse-binaries.lock if [[ ! -f $REUSE_BINARIES ]]; then -- cgit v1.2.3