X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=tests%2Fsetup%2Fgdr-convert-gbp;h=93ed4b60b028d4980dbfc772e2b90821cb4692f7;hb=2a2b0931f9b29bf372136451d317eb81649424e2;hp=b563c01671358df3fd02446d60abde63e771c9ac;hpb=d777ebb067a22ec9c8c796caacfefcf8439759df;p=dgit.git diff --git a/tests/setup/gdr-convert-gbp b/tests/setup/gdr-convert-gbp index b563c016..93ed4b60 100755 --- a/tests/setup/gdr-convert-gbp +++ b/tests/setup/gdr-convert-gbp @@ -15,28 +15,7 @@ not-gdr-processable () { t-git-debrebase analyse | grep 'Unknown Unprocessable' } -p=example -t-worktree 1.1 - -cd example - -: 'fake up some kind of upstream' -git checkout -b upstream quilt-tip -rm -rf debian -mkdir debian -echo junk >debian/rules -git add debian -git commit -m "an upstream retcon ($0)" - -: 'fake up that our quilt-tip was descended from upstream' -git checkout quilt-tip -git merge --no-edit -s ours upstream - -: 'fake up that our quilt-tip had the patch queue in it' -git checkout patch-queue/quilt-tip -gbp pq export -git add debian/patches -git commit -m "patch queue update ($0)" +t-gdr-gbp-import-core-with-queue not-gdr-processable origin @@ -44,10 +23,6 @@ not-gdr-processable origin git branch make-upstream upstream t-make-new-upstream-tarball 2.0 -: 'make branch names more conventional' -git branch -D master -git branch -m quilt-tip master - for b in \ quilt-tip-2 \ gitish-only \