blob: 57ddf70216f44c4ff813d99d8578156f3f320bfb [file] [log] [blame]
Alexander Afanasyevd6453cd2015-08-20 21:45:36 -07001#!/usr/bin/env bash
2set -e
3set -x
4
5git rm -qrf .
6git clone --depth=1 https://github.com/named-data-ndnSIM/ns-3-dev ns-3
Spyridon Mastorakis5897c962015-08-31 15:37:18 -07007git clone https://github.com/named-data-ndnSIM/pybindgen.git pybindgen
Alexander Afanasyevd6453cd2015-08-20 21:45:36 -07008mkdir -p ns-3/src/ndnSIM
9mv .git ns-3/src/ndnSIM/
10(cd ns-3/src/ndnSIM/ && git reset -q && git checkout . && git submodule update --init)
11
12mv ns-3/src/ndnSIM/.jenkins.d . # move CI scripts back, so the rest of them can be executed