From: Ian Jackson Date: Thu, 15 Feb 2018 16:14:04 +0000 (+0000) Subject: git-debrebase: test: use conventional branch names X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7f866b654ae56c79f9f03ee4863b3c30504be9b6;p=dgit.git git-debrebase: test: use conventional branch names Signed-off-by: Ian Jackson --- diff --git a/tests/setup/gbp2gdr b/tests/setup/gbp2gdr index 3f6d9a60..8088e983 100755 --- a/tests/setup/gbp2gdr +++ b/tests/setup/gbp2gdr @@ -45,9 +45,13 @@ git commit -a -m "an upstream v2 update" ust=example_2.0.orig.tar.gz git archive -o ../$ust --prefix=example-2.0/ make-upstream +: 'make branch names more conventional' +git branch -D master +git branch -m quilt-tip master + : 'see what gbp import-orig does' -git checkout quilt-tip -gbp import-orig --debian-branch=quilt-tip --upstream-version=2.0 ../$ust +git checkout master +gbp import-orig --upstream-version=2.0 ../$ust not-gdr-processable