to production pretest branch), rewind so that osstest can fast
forward it to the actual production version. Ie in bisects and
branches for-$branch.git,
- git fetch origin incoming
+ git fetch origin production
git reset --hard FETCH_HEAD
$ Add to BRANCHES setting in cr-for-branches
;;
osstest)
if [ "x$OSSTEST_USE_HEAD" != "xy" ] ; then
- git fetch -f $HOME/testing.git incoming:ap-fetch
+ git fetch -f $HOME/testing.git production:ap-fetch
git rev-parse ap-fetch^0
else
git rev-parse HEAD^0
git push $TREE_OVMF $revision:refs/heads/xen-tested-master
;;
osstest)
- git push $HOME/testing.git $revision:incoming
+ git push $HOME/testing.git $revision:production
git push $XENBITS:/home/xen/git/osstest.git $revision:master
;;
*)
exec >>$LOGFILE
date
printf "%s\n" "$FOR_LOGFILE"
- git pull . incoming:master 2>&1 ||:
+ git pull . production:master 2>&1 ||:
git checkout HEAD
'
find tmp -type f -mtime +60 -print0 | xargs -0r rm -f --
git fetch $OSSTEST_TEST_PULLFROM master:incoming 2>&1 ||:
- git fetch $OSSTEST_TEST_PULLFROM incoming:incoming 2>&1 ||:
+ git fetch $OSSTEST_TEST_PULLFROM production:incoming 2>&1 ||:
git pull --no-commit . incoming:master 2>&1 ||:
git checkout HEAD