When ap-fetch-version and ap-fetch-version-old are run on the osstest
controller but as a different user they should look in ~osstest, not
$HOME, for the master testing.git tree.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
;;
osstest)
if [ "x$OSSTEST_USE_HEAD" != "xy" ] ; then
- git fetch $HOME/testing.git pretest:ap-fetch >&2
+ git fetch ~osstest/testing.git pretest:ap-fetch >&2
git rev-parse ap-fetch^0
else
git rev-parse HEAD^0
$BASE_TREE_OVMF xen-tested-master $BASE_LOCALREV_OVMF
;;
osstest)
- git fetch -f $HOME/testing.git incoming:ap-fetch
+ git fetch -f ~osstest/testing.git incoming:ap-fetch
git rev-parse ap-fetch^0
;;
*)