All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Jackson <ian.jackson@eu.citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>
Subject: [OSSTEST PATCH 2/2] coverity: Rename branch names to `smoke', not `smoked'
Date: Wed, 23 Mar 2016 11:36:07 +0000	[thread overview]
Message-ID: <1458732967-19475-2-git-send-email-ian.jackson@eu.citrix.com> (raw)
In-Reply-To: <1458732967-19475-1-git-send-email-ian.jackson@eu.citrix.com>

c/s d94637b6 "coverity: run tests on smoked rather than master"
used `smoked' in several places, including as the name of the
input branch (which is already established as `smoke'), and the name
of the coverity-tested branch.

But we call this `smoke', not `smoked'.

After this patch `git-grep smoked' produces no output, as it did in
d94637b6~.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 ap-fetch-version     |    2 +-
 ap-fetch-version-old |    2 +-
 ap-push              |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ap-fetch-version b/ap-fetch-version
index af2feae..f26d60a 100755
--- a/ap-fetch-version
+++ b/ap-fetch-version
@@ -54,7 +54,7 @@ xen-4.*-testing)
 		$TREE_XEN staging-$branchcore $LOCALREV_XEN
 	;;
 xen-unstable-coverity)
-	repo_tree_rev_fetch_git xen $TREE_XEN smoked $LOCALREV_XEN
+	repo_tree_rev_fetch_git xen $TREE_XEN smoke $LOCALREV_XEN
 	;;
 qemu-mainline)
 	repo_tree_rev_fetch_git $branch \
diff --git a/ap-fetch-version-old b/ap-fetch-version-old
index 8efd523..f7a1e26 100755
--- a/ap-fetch-version-old
+++ b/ap-fetch-version-old
@@ -60,7 +60,7 @@ xen-4.*-testing)
 		$TREE_XEN stable-$branchcore $LOCALREV_XEN
 	;;
 xen-unstable-coverity)
-	repo_tree_rev_fetch_git xen $TREE_XEN coverity-tested/smoked $LOCALREV_XEN
+	repo_tree_rev_fetch_git xen $TREE_XEN coverity-tested/smoke $LOCALREV_XEN
 	;;
 qemu-mainline)
         repo_tree_rev_fetch_git $branch \
diff --git a/ap-push b/ap-push
index 2ca419f..e33a803 100755
--- a/ap-push
+++ b/ap-push
@@ -70,7 +70,7 @@ xen-*-testing)
 	;;
 xen-unstable-coverity)
 	cd $repos/xen
-	git push $TREE_XEN $revision:refs/heads/coverity-tested/smoked
+	git push $TREE_XEN $revision:refs/heads/coverity-tested/smoke
 	;;
 qemu-mainline)
 	cd $repos/qemu-mainline
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

      reply	other threads:[~2016-03-23 11:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-23 11:36 [OSSTEST PATCH 1/2] cri-getprevxenbranch: Only ever return xen-X.Y-testing Ian Jackson
2016-03-23 11:36 ` Ian Jackson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1458732967-19475-2-git-send-email-ian.jackson@eu.citrix.com \
    --to=ian.jackson@eu.citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.