]> xenbits.xensource.com Git - people/dariof/osstest.git/commitdiff
README.dev: Document how to do a force push.
authorIan Campbell <ian.campbell@citrix.com>
Tue, 6 Jan 2015 13:51:17 +0000 (13:51 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 26 Jan 2015 11:27:36 +0000 (11:27 +0000)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
README.dev

index eb726592fadfce0a7643cf5fbd5199e06b9cd321..ed8dcf9d66a33fb328d6fb1f2874562a70b0d5eb 100644 (file)
@@ -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.