From 40cdc87f859a53afefd8d69d6dee1c7eade5945b Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 6 Jan 2015 13:51:17 +0000 Subject: [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. -- 2.39.5