summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/setup/gbp2gdr10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/setup/gbp2gdr b/tests/setup/gbp2gdr
index 2317db6..3cbc43a 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