From: Ian Jackson Date: Thu, 15 Feb 2018 19:26:55 +0000 (+0000) Subject: test suite: gbp2gdr: drop some branches we do not want here X-Git-Tag: archive/debian/5.0~225 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=762c8811ef11a8961dfac89e5a9fb7d67f8aa33d;ds=sidebyside test suite: gbp2gdr: drop some branches we do not want here Signed-off-by: Ian Jackson --- diff --git a/tests/setup/gbp2gdr b/tests/setup/gbp2gdr index 2317db62..3cbc43a8 100755 --- a/tests/setup/gbp2gdr +++ b/tests/setup/gbp2gdr @@ -48,6 +48,16 @@ git archive -o ../$ust --prefix=example-2.0/ make-upstream git branch -D master git branch -m quilt-tip master +for b in \ + quilt-tip-2 \ + gitish-only \ + quilt-tip-1.1 \ + patch-queue/quilt-tip \ + indep-arch \ +; do + git branch -D $b +done + : 'see what gbp import-orig does' git checkout master gbp import-orig --upstream-version=2.0 ../$ust