Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed up unnecessary commands in install.sh
  • Loading branch information
darshanthaker committed Aug 5, 2014
commit 42dc6e8bf4246024d7b85febfcdef98307b71641
7 changes: 1 addition & 6 deletions util/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -494,15 +494,10 @@ function oftest {
# Install RiplPOX
function riplpox {
echo "Installing RiplPOX"
POX_SRC=$BUILD_DIR/pox
cd $POX_SRC

#Checkout POX at tested version
git checkout 0a1bbb8
cd $BUILD_DIR

#Install dependencies, build RipL, and apply patch
$install python-setuptools
#Install from source, build RipL, and apply patch
git clone git://github.com/brandonheller/ripl.git
cd ripl
patch -p1 < $MININET_DIR/mininet/util/ripl-patches/ripl.patch
Expand Down