chiark
/
gitweb
/
~ianmdlvl
/
dgit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2b59bf
)
test suite: gbp2gdr: drop some branches we do not want here
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 15 Feb 2018 19:26:55 +0000
(19:26 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 18 Feb 2018 12:04:44 +0000
(12:04 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/setup/gbp2gdr
patch
|
blob
|
history
diff --git
a/tests/setup/gbp2gdr
b/tests/setup/gbp2gdr
index 2317db62b56291768f02deff4a7b52e558a56248..3cbc43a8ac56ef6f853c7b57d5edf74cd97e1236 100755
(executable)
--- 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