All of lore.kernel.org
 help / color / mirror / Atom feed
* [OSSTEST PATCH 1/3] ap-common: Have ap-push for linux trees use refs/heads/
@ 2015-01-26 18:05 Ian Jackson
  2015-01-26 18:05 ` [OSSTEST PATCH 2/3] mg-branch-setup: New script Ian Jackson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ian Jackson @ 2015-01-26 18:05 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson, Ian Campbell

As per the docs in README.dev.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 ap-common |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ap-common b/ap-common
index e2c3e42..014dd76 100644
--- a/ap-common
+++ b/ap-common
@@ -136,7 +136,7 @@ info_linux_tree () {
 	: ${BASE_TREE_LINUX_THIS:=$BASE_TREE_LINUX}
 	: ${PUSH_TREE_LINUX_THIS:=$PUSH_TREE_LINUX}
 	: ${BASE_TAG_LINUX_THIS:=tested/$1}
-	: ${PUSH_TAG_LINUX_THIS:=$BASE_TAG_LINUX_THIS}
+	: ${PUSH_TAG_LINUX_THIS:=refs/heads/$BASE_TAG_LINUX_THIS}
 
 	return 0
 }
-- 
1.7.10.4

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

end of thread, other threads:[~2015-01-27  9:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-26 18:05 [OSSTEST PATCH 1/3] ap-common: Have ap-push for linux trees use refs/heads/ Ian Jackson
2015-01-26 18:05 ` [OSSTEST PATCH 2/3] mg-branch-setup: New script Ian Jackson
2015-01-26 18:05 ` [OSSTEST PATCH 3/3] linux-3.16: New branch Ian Jackson
2015-01-27  9:35 ` [OSSTEST PATCH 1/3] ap-common: Have ap-push for linux trees use refs/heads/ Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.