summaryrefslogtreecommitdiff
path: root/createbundle.sh
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-10-24 16:20:31 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-10-27 13:22:41 -0300
commit7d943532210834ec2e839dcdd257b3f9c4823e13 (patch)
tree3c853d16f0f9c8c8ab1e3eeaeee0fac63bedcfde /createbundle.sh
parentc71ffaeff607a7af02db997d86bde72c98516374 (diff)
Use json file to define versions to be bundled.
Also improve logging support to print each component's name.
Diffstat (limited to 'createbundle.sh')
-rwxr-xr-xcreatebundle.sh10
1 files changed, 4 insertions, 6 deletions
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