From: Ian Jackson Date: Sat, 17 Feb 2018 18:12:48 +0000 (+0000) Subject: git-debrebase: test suite: gdr-import-dgit: introduce nmu-upload-1, -2 X-Git-Tag: archive/debian/5.0~179 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=c92caed36c06b7f804fe3a826afd941329a75a14 git-debrebase: test suite: gdr-import-dgit: introduce nmu-upload-1, -2 Signed-off-by: Ian Jackson --- diff --git a/tests/tests/gdr-import-dgit b/tests/tests/gdr-import-dgit index 2d77d430..8ab8beff 100755 --- a/tests/tests/gdr-import-dgit +++ b/tests/tests/gdr-import-dgit @@ -8,15 +8,20 @@ t-setup-import gdr-convert-gbp cd $p -: 'non-dgit upload (but we prepare it with dgit anyway)' - -git checkout -b nmu +nmu-upload-1 () { + nmubranch=$1 + git checkout -f -b $nmubranch + t-git-debrebase + t-git-debrebase convert-to-gbp + # now we are on a gbp patched-unapplied branch +} -nmu-upload () { - t-dch-commit -v $v -m nmu - t-some-changes nmu +nmu-upload-2 () { + gbp pq import + t-dch-commit -v $v -m "nmu $nmubranch $v" + t-some-changes "nmu $numbranch $v" t-dch-commit -r sid t-dgit -wgf build-source @@ -29,8 +34,11 @@ nmu-upload () { t-archive-process-incoming sid } -v=2.0-2+num1 -nmu-upload +: 'non-dgit upload (but we prepare it with dgit anyway)' + +v=2.0-2+nmu1 +nmu-upload-1 nmu +nmu-upload-2 : 'done the nmu, switching back to the maintainer hat' @@ -39,7 +47,7 @@ git checkout master t-dgit fetch git merge --ff-only dgit/dgit/sid -git diff --exit-code nmu +git diff --exit-code patch-queue/nmu git branch t.before