Skip to content

Commit

Permalink
Merge pull request #56 from intracom-telecom-sdn/provision-fix
Browse files Browse the repository at this point in the history
Correction on provision.sh to clone release branch
  • Loading branch information
konstantinos-papadopoulos authored Feb 28, 2017
2 parents 49947aa + cbb85c2 commit b0962c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $BASE_DIR/mininet/util/install.sh -V 2.3.0
mkdir $BASE_DIR/$VENV_DIR_MULTINET
virtualenv --system-site-packages $BASE_DIR/$VENV_DIR_MULTINET

git clone -b master https://github.com/intracom-telecom-sdn/multinet.git $BASE_DIR"/multinet"
git clone -b v.1.0 https://github.com/intracom-telecom-sdn/multinet.git $BASE_DIR"/multinet"
wget https://raw.githubusercontent.com/intracom-telecom-sdn/multinet/master/deploy/requirements.txt -P $BASE_DIR
source $BASE_DIR/$VENV_DIR_MULTINET/bin/activate
pip $pip_options install -r $BASE_DIR/requirements.txt
Expand Down

0 comments on commit b0962c6

Please sign in to comment.