summaryrefslogtreecommitdiff
path: root/pkg/bundle_from_docker_venv
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2018-02-15 17:32:28 +0100
committerKali Kaneko <kali@leap.se>2018-02-15 17:32:28 +0100
commit0388014636ce25fd1786c8bb79727dd643604f11 (patch)
tree38a8c9553488e5cce07dc444efdc5e4145c66f75 /pkg/bundle_from_docker_venv
parent16e8c9179b15f10570670e6068f87357427fd12b (diff)
[pkg] rename bundling scripts to add clarity
Diffstat (limited to 'pkg/bundle_from_docker_venv')
-rw-r--r--pkg/bundle_from_docker_venv10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkg/bundle_from_docker_venv b/pkg/bundle_from_docker_venv
new file mode 100644
index 00000000..9669a87f
--- /dev/null
+++ b/pkg/bundle_from_docker_venv
@@ -0,0 +1,10 @@
+: ${REPO:="https://github.com/leapcode/bitmask-dev"}
+: ${BRANCH:="master"}
+
+RELEASE=bitmask-`cat pkg/next-version`
+echo "[+] CLONING REPO from $REPO [$BRANCH]"
+git clone $REPO bitmaskbuild
+cd bitmaskbuild
+git checkout $BRANCH
+mkdir -p dist/
+pkg/build_bundle_with_venv.sh