]> xenbits.xensource.com Git - osstest.git/commitdiff
ap-push: push qemu-* and osstest to absolute paths on xenbits flight-16678 flight-16681
authorIan Jackson <iwj@woking.cam.xci-test.com>
Mon, 25 Feb 2013 11:46:19 +0000 (11:46 +0000)
committerIan Jackson <iwj@woking.cam.xci-test.com>
Mon, 25 Feb 2013 11:46:19 +0000 (11:46 +0000)
ap-push

diff --git a/ap-push b/ap-push
index 054b05c75e1a6a531bb1618a007495099bb5e7f8..1c6522be9c48115b5f8ffb5690d5e3609ffccd93 100755 (executable)
--- a/ap-push
+++ b/ap-push
@@ -31,7 +31,7 @@ select_xenbranch
 . ap-common
 
 TREE_LINUX=$PUSH_TREE_LINUX
-TREE_QEMU_UPSTREAM=$XENBITS:git/qemu-upstream-${xenbranch#xen-}.git
+TREE_QEMU_UPSTREAM=$XENBITS:/home/xen/git/qemu-upstream-${xenbranch#xen-}.git
 TREE_XEN=$PUSH_TREE_XEN
 
 if info_linux_tree "$branch"; then
@@ -75,7 +75,7 @@ linux-xen-*)
         ;;
 osstest)
        git push $HOME/testing.git $revision:incoming
-       git push $XENBITS:git/osstest.git $revision:master
+       git push $XENBITS:/home/xen/git/osstest.git $revision:master
        ;;
 *)
        echo >&2 "branch $branch ?"