]> xenbits.xensource.com Git - osstest.git/commitdiff
cr-daily-branch, ap-print-url: use "none:" as url for osstest tree, and do not pass... flight-16790 flight-16791 flight-16824 flight-16831 flight-16836 flight-16837 flight-16840 flight-16847 flight-16861 flight-16864 flight-16867 flight-16875 flight-16880 flight-16883 flight-16887 flight-16889 flight-16898 flight-16911 flight-16964 flight-16978 flight-16982 flight-16984 flight-16988 flight-16997 flight-17002 flight-17015 flight-17033 flight-17038 flight-17050 flight-17059 flight-17068 flight-17075 flight-17084 flight-17089
authorIan Jackson <iwj@woking.cam.xci-test.com>
Thu, 28 Feb 2013 17:36:41 +0000 (17:36 +0000)
committerIan Jackson <iwj@woking.cam.xci-test.com>
Thu, 28 Feb 2013 17:36:41 +0000 (17:36 +0000)
ap-print-url
cr-daily-branch

index d5c58572884551fbb2ced5c3f8842a06b56a0962..824a140f9123ba5ea99604f945094a790194c498 100755 (executable)
@@ -43,6 +43,9 @@ linux)
 linux-2.6.39)
        echo $TREE_LINUX2639
        ;;
+osstest)
+       echo none:;
+       ;;
 *)
        echo >&2 "branch $branch ?"
        exit 1
index 6e71fe2f83b5caeb9544d0352dc8533c8181b745..f4686160c995bd6b6155097d66e56b0fabe84e0a 100755 (executable)
@@ -91,8 +91,10 @@ if [ "x$testedflight" = x ]; then
         wantpush=false
         skipidentical=false
         force_baseline=true
-       tested_revision=`check_tested --tree-$tree=$treeurl \
-                               --print-revision=$tree`
+       if [ "x$treeurl" != xnone: ]; then
+               treearg=--tree-$tree=$treeurl
+       fi
+       tested_revision=`check_tested $treearg --print-revision=$tree`
        if [ "x$tested_revision" != x ]; then
                OLD_REVISION="$tested_revision"
        fi