Re: [Xen-devel] [OSSTEST PATCH] README.dev: Document how to do a force push.

2015-01-26 Thread Ian Campbell
On Fri, 2015-01-23 at 16:53 +, Ian Jackson wrote:
> Ian Campbell writes ("[OSSTEST PATCH] README.dev: Document how to do a force 
> push."):
> > Signed-off-by: Ian Campbell 
> ...
> > +Force pushing a branch
> > +==
> > +
> > +As osstest user on test controller
> > +$ cd ~/branches/for-$branch.git
> > +$ OSSTEST_CONFIG=production-config ./ap-push $branch $revision
> 
> This works in ~osstest/testing.git too.

Thanks, and I see you've pushed both of these too, cheers!



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


Re: [Xen-devel] [OSSTEST PATCH] README.dev: Document how to do a force push.

2015-01-23 Thread Ian Jackson
Ian Campbell writes ("[OSSTEST PATCH] README.dev: Document how to do a force 
push."):
> Signed-off-by: Ian Campbell 
...
> +Force pushing a branch
> +==
> +
> +As osstest user on test controller
> +$ cd ~/branches/for-$branch.git
> +$ OSSTEST_CONFIG=production-config ./ap-push $branch $revision

This works in ~osstest/testing.git too.

Ian.

>From c9cfea3529c7f75b519a861df6457b9d44b167ac Mon Sep 17 00:00:00 2001
From: Ian Campbell 
Date: Tue, 6 Jan 2015 13:51:17 +
Subject: [OSSTEST PATCH] README.dev: Document how to do a force push.

Signed-off-by: Ian Campbell 
Signed-off-by: Ian Jackson 
---
 README.dev |   13 +
 1 file changed, 13 insertions(+)

diff --git a/README.dev b/README.dev
index eb72659..ed8dcf9 100644
--- a/README.dev
+++ b/README.dev
@@ -123,3 +123,16 @@ initial push works
 When pushing the patches, be sure to make sure that the
 for-$branch.git repo can fast forward to the pushed version (perhaps
 by resetting it).
+
+Force pushing a branch
+==
+
+As osstest user on test controller
+
+$ cd ~/branches/for-$branch.git
+OR
+$ cd ~/testing.git
+
+$ OSSTEST_CONFIG=production-config ./ap-push $branch $revision
+
+NOTE: $revision must be a revision *not* a tag.
-- 
1.7.10.4


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


[Xen-devel] [OSSTEST PATCH] README.dev: Document how to do a force push.

2015-01-06 Thread Ian Campbell
Signed-off-by: Ian Campbell 
---
 README.dev | 9 +
 1 file changed, 9 insertions(+)

diff --git a/README.dev b/README.dev
index eb72659..1257649 100644
--- a/README.dev
+++ b/README.dev
@@ -123,3 +123,12 @@ initial push works
 When pushing the patches, be sure to make sure that the
 for-$branch.git repo can fast forward to the pushed version (perhaps
 by resetting it).
+
+Force pushing a branch
+==
+
+As osstest user on test controller
+$ cd ~/branches/for-$branch.git
+$ OSSTEST_CONFIG=production-config ./ap-push $branch $revision
+
+NOTE: $revision must be a revision *not* a tag.
-- 
2.1.1


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