From ec69c566dbfc5c50386cc42e7bb3958efb100bf8 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Tue, 7 Oct 2014 15:55:41 -0300 Subject: Update the paths to use the leapcode repo. --- createbundle.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/createbundle.sh b/createbundle.sh index 9856d2a..825fb43 100755 --- a/createbundle.sh +++ b/createbundle.sh @@ -126,7 +126,7 @@ copy_binaries() { create_bundler_paths() { cd $BASE cat > bundler.paths << EOF -$BASE/bundler.git/bundler +$BASE/bitmask_bundler.git/bundler /usr/lib/python2.7 /usr/lib/python2.7/plat-linux2 /usr/lib/python2.7/lib-tk @@ -142,7 +142,7 @@ EOF setup_bundler() { cd $BASE - git clone https://github.com/chiiph/bundler.git bundler.git + git clone https://github.com/leapcode/bitmask_bundler.git bitmask_bundler.git virtualenv bundler.venv && source bundler.venv/bin/activate # install dependencies by hand... @@ -153,7 +153,7 @@ setup_bundler() { cd protobuf-socket-rpc.git python setup.py easy_install -Z . - pip install -r $BASE/bundler.git/pkg/requirements.pip + pip install -r $BASE/bitmask_bundler.git/pkg/requirements.pip } run_bundler() { @@ -166,8 +166,8 @@ run_bundler() { set_pyside_environment mkdir bundler.output - python bundler.git/bundler/main.py --workon bundler.output --binaries binaries/ --paths-file bundler.paths --do gitclone pythonsetup $VERSION - python bundler.git/bundler/main.py --workon bundler.output --binaries binaries/ --paths-file bundler.paths --skip gitclone pythonsetup $VERSION + python bitmask_bundler.git/bundler/main.py --workon bundler.output --binaries binaries/ --paths-file bundler.paths --do gitclone pythonsetup $VERSION + python bitmask_bundler.git/bundler/main.py --workon bundler.output --binaries binaries/ --paths-file bundler.paths --skip gitclone pythonsetup $VERSION } [[ "$1" == 'nightly' ]] && VERSION='--nightly' -- cgit v1.2.3