summaryrefslogtreecommitdiff
path: root/createbundle.sh
diff options
context:
space:
mode:
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