summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-02-15 19:09:11 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-16 12:25:49 +0100
commit0bde23e2e2034cc4e436f131297930ca0a16e0c6 (patch)
treec11f536511d6e7d236e08cb6d82fa096855e38ab
parent4601685f60bcd8c1749cebb7237da80f025c338b (diff)
test suite: gbp2gdr: drop junk at the end
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xtests/setup/gbp2gdr53
1 files changed, 0 insertions, 53 deletions
diff --git a/tests/setup/gbp2gdr b/tests/setup/gbp2gdr
index 5c2b969..ddb0d03 100755
--- a/tests/setup/gbp2gdr
+++ b/tests/setup/gbp2gdr
@@ -82,56 +82,3 @@ t-dgit -wgf push-source --new --overwrite
git push
t-ok
-exit 0
-
-
-git checkout quilt-tip
-git merge --no-edit --allow-unrelated-histories -Xtheirs --no-commit upstream
-git checkout HEAD -- debian
-git commit --no-edit
-
-
-
-false
-
-revision=1
-
-push-to () {
- t-refs-same-start
- t-ref-head
- t-dgit build
- t-dgit push --new $2
- t-pushed-good $1 $2
- t-archive-process-incoming $2
-}
-
-echo ancestor >which
-git add which
-t-commit Ancestor '' stable
-push-to master stable
-
-git checkout -b stable
-
-echo stable >which
-git add which
-t-commit Stable '' stable
-push-to stable stable
-
-git checkout master
-
-majorv=2
-revision=0
-
-echo sid >which
-git add which
-t-commit Sid
-push-to master sid
-
-echo sid-again >>which
-git add which
-t-commit Sid
-push-to master sid
-
-t-setup-done 'p v suitespecs majorv revision' "aq git mirror $p"
-
-t-ok