Bug fixed in RO build script 64/364/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 20 Sep 2016 15:11:49 +0000 (17:11 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 20 Sep 2016 15:11:49 +0000 (17:11 +0200)
Change-Id: I99f7feee3e43baec9c12e42d65971a8d414a6a7c
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
jenkins/RO/start_build

index ddc29ef..ead2345 100755 (executable)
@@ -52,9 +52,9 @@ fi
 INFO "starting build"
 
 INFO "  cleaning .pyc"
-rm *.pyc
+rm -f *.pyc
 INFO "  installing openmano packages and dependencies from current repo (--noclone)"
-./scripts/install_openmano.sh --noclone -q
+./scripts/install-openmano.sh --noclone -q
 INFO "  compiling *.py"
 python -m py_compile *.py
 RC=$?