diff options
author | Niko Hermanns <nikolas.hermanns@ericsson.com> | 2016-11-30 11:59:44 +0100 |
---|---|---|
committer | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-12-13 11:26:00 +0100 |
commit | 416f9cf177801cecfe39f5249d73e3a4a85f0bbd (patch) | |
tree | bea48ec45edc10489aa76d348b0dbfbb1cf4d7ab /odl-pipeline/lib/odl_reinstaller.sh | |
parent | b9eb7024b014cba0d299b1cf3b01e179c7d0482e (diff) |
adding odl-pipeline
Change-Id: I1c08883f0d68a61ce9e10c5596aec1a259eed71f
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
Diffstat (limited to 'odl-pipeline/lib/odl_reinstaller.sh')
-rwxr-xr-x | odl-pipeline/lib/odl_reinstaller.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/odl-pipeline/lib/odl_reinstaller.sh b/odl-pipeline/lib/odl_reinstaller.sh new file mode 100755 index 0000000..0c3c8c5 --- /dev/null +++ b/odl-pipeline/lib/odl_reinstaller.sh @@ -0,0 +1,6 @@ +#!/bin/bash +DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) +set -e +export PYTHONPATH=$PYTHONPATH:$DIR +mkdir -p $DIR/tmp +python $DIR/odl_reinstaller/odl_reinstaller.py $@ |