Install new tag: tags/v1.0.2. Added -b option to the installer to checkout specific...
[osm/devops.git] / jenkins / RO / start_build
index c711cd7..8dcdd81 100755 (executable)
@@ -35,6 +35,10 @@ rm -f *.pyc
 INFO "  installing openmano packages and dependencies from current repo (--noclone)"
 ./scripts/install-openmano.sh --noclone -q
 INFO "  compiling *.py"
+#TEMPFILE="$(mktemp -q -p . "openmanolinker.XXXXXX.py")"
+#trap 'rm -f "$TEMPFILE"' EXIT
+#for i in vimconn*.py; do echo "import $i" >> $TEMPFILE; done
+#python $TEMPFILE &&
 python -m py_compile *.py   #&&     #uncomment to concatenate commands
 #basic test HERE            #&&     #uncomment to concatenate commands