Skip to content

Commit

Permalink
Merge pull request #112 from intracom-telecom-sdn/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
konstantinos-papadopoulos authored Mar 1, 2017
2 parents 7736578 + 1ebe38e commit d9f7f76
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 347 deletions.
24 changes: 0 additions & 24 deletions deploy/packer/http/preseed.cfg

This file was deleted.

12 changes: 0 additions & 12 deletions deploy/packer/installation.md

This file was deleted.

73 changes: 0 additions & 73 deletions deploy/packer/packer_ubuntu_14_04_server-amd64.json

This file was deleted.

36 changes: 0 additions & 36 deletions deploy/packer/scripts/projects_provisioner.sh

This file was deleted.

27 changes: 0 additions & 27 deletions deploy/packer/scripts/update.sh

This file was deleted.

81 changes: 0 additions & 81 deletions deploy/vagrant/base/Vagrantfile

This file was deleted.

85 changes: 0 additions & 85 deletions deploy/vagrant/packaged_multi/Vagrantfile

This file was deleted.

2 changes: 1 addition & 1 deletion emulators/sbemu/mtcbench/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo $SCRIPT_DIR
MT_CBENCH_LOCATION="https://github.com/intracom-telecom-sdn/mtcbench.git"

if [ ! -d $SCRIPT_DIR"/oflops" ] || [ ! -d $SCRIPT_DIR"/openflow" ]; then
git clone -b master $MT_CBENCH_LOCATION $SCRIPT_DIR"/mtcbench"
git clone -b v.1.0 $MT_CBENCH_LOCATION $SCRIPT_DIR"/mtcbench"
mv $SCRIPT_DIR"/mtcbench/oflops" $SCRIPT_DIR | mv $SCRIPT_DIR"/mtcbench/openflow" $SCRIPT_DIR | mv $SCRIPT_DIR"/mtcbench/build_mtcbench.sh" $SCRIPT_DIR
mv $SCRIPT_DIR"/mtcbench/run.sh" $SCRIPT_DIR
rm -rf $SCRIPT_DIR"/mtcbench"
Expand Down
2 changes: 1 addition & 1 deletion emulators/sbemu/multinet/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo $SCRIPT_DIR
MULTINET_LOCATION="https://github.com/intracom-telecom-sdn/multinet.git"

if [ ! -d $SCRIPT_DIR"/multinet" ]; then
git clone -b master $MULTINET_LOCATION $SCRIPT_DIR"/multinet"
git clone -b v.1.0 $MULTINET_LOCATION $SCRIPT_DIR"/multinet"
if [ $? -ne 0 ]; then
echo "[build.sh] Cloning multinet failed. Exiting ..."
exit 1
Expand Down
2 changes: 1 addition & 1 deletion monitors/oftraf/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo $SCRIPT_DIR
OFTRAF_LOCATION="https://github.com/intracom-telecom-sdn/oftraf.git"

if [ ! -d $SCRIPT_DIR"/oftraf" ]; then
git clone -b master $OFTRAF_LOCATION $SCRIPT_DIR"/oftraf"
git clone -b v.1.0 $OFTRAF_LOCATION $SCRIPT_DIR"/oftraf"
if [ $? -ne 0 ]; then
echo "[build.sh] Cloning oftraf failed. Exiting ..."
exit $?
Expand Down
Loading

0 comments on commit d9f7f76

Please sign in to comment.