xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH OSSTEST] Match $branch against xen-* instead of xen*
@ 2015-07-24 16:20 Ian Campbell
  2015-07-24 16:28 ` Ian Jackson
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Campbell @ 2015-07-24 16:20 UTC (permalink / raw)
  To: ian.jackson, xen-devel; +Cc: Ian Campbell

In case someone invents a tree `xenblargle'.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 ap-print-url | 2 +-
 cri-common   | 2 +-
 mfi-common   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ap-print-url b/ap-print-url
index 3db2375..c161169 100755
--- a/ap-print-url
+++ b/ap-print-url
@@ -31,7 +31,7 @@ if info_linux_tree "$branch"; then
 fi
 
 case "$branch" in
-xen*)
+xen-*)
         echo $TREE_XEN
 	;;
 qemu-mainline)
diff --git a/cri-common b/cri-common
index ad44546..32d13fd 100644
--- a/cri-common
+++ b/cri-common
@@ -62,7 +62,7 @@ repo_tree_rev_fetch_git () {
 
 select_xenbranch () {
 	case "$branch" in
-	xen*)			tree=xen;	xenbranch=$branch ;;
+	xen-*)			tree=xen;	xenbranch=$branch ;;
 	qemu-mainline)		tree=qemuu;	xenbranch=xen-unstable	qemuubranch=qemu-mainline;;
         qemu-upstream-*)    tree=qemuu; xenbranch=xen-${branch#qemu-upstream-};;
 	linux)			tree=linux;	xenbranch=xen-unstable ;;
diff --git a/mfi-common b/mfi-common
index a9e966f..564c3de 100644
--- a/mfi-common
+++ b/mfi-common
@@ -35,7 +35,7 @@ branch_wants_rumpkernel_tests () {
   case "$branch" in
   osstest*) return 0;;
   rump*)    return 0;;
-  xen*)     return 0;;
+  xen-*)    return 0;;
   linux*)   return 0;;
   *)        return 1;;
   esac
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH OSSTEST] Match $branch against xen-* instead of xen*
  2015-07-24 16:20 [PATCH OSSTEST] Match $branch against xen-* instead of xen* Ian Campbell
@ 2015-07-24 16:28 ` Ian Jackson
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Jackson @ 2015-07-24 16:28 UTC (permalink / raw)
  To: Ian Campbell; +Cc: xen-devel

Ian Campbell writes ("[PATCH OSSTEST] Match $branch against xen-* instead of xen*"):
> In case someone invents a tree `xenblargle'.

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-24 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-24 16:20 [PATCH OSSTEST] Match $branch against xen-* instead of xen* Ian Campbell
2015-07-24 16:28 ` Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).