Install new tag: tags/v1.0.2. Added -b option to the installer to checkout specific branch/commit. Added hidden options (lxd, showopts) to be tested.

Change-Id: Ic4d16c8596de90a13b8f1949e23158dbf8cda935
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/jenkins/RO/start_build b/jenkins/RO/start_build
index c711cd7..8dcdd81 100755
--- a/jenkins/RO/start_build
+++ b/jenkins/RO/start_build
@@ -35,6 +35,10 @@
 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