]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
standalone-reset: Read standalone.config on start
authorIan Campbell <ian.campbell@citrix.com>
Thu, 5 Sep 2013 12:56:58 +0000 (13:56 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 5 Sep 2013 12:56:58 +0000 (13:56 +0100)
So it can contains e.g.:
export TREE_XEN=/root/git/xen.git
export TREE_LINUX=/root/git/linux-stable.git
export REVISION_LINUX=6e4664525b1db28f8c4e1130957f70a94c19213e # v3.11
export TREE_LINUXFIRMWARE=/root/git/linux-firmware.git

standalone-reset

index 29c7a18d2cd41b11d791b79bde71e052baeb85de..f95fd1c7174c9c5b4193f7740700ef9397008aec 100755 (executable)
@@ -27,6 +27,10 @@ options:
 END
 }
 
+if [ -f standalone.config ] ; then
+    . standalone.config
+fi
+
 . cri-getconfig
 
 jobdb=`getconfig JobDB`