chiark / gitweb /
test suite: Test already-tagged check
[dgit.git] / tests / tests / gdr-edits
1 #!/bin/bash
2 set -e
3 . tests/lib
4
5 t-dependencies GDR
6
7 t-tstunt-parsechangelog
8 t-setup-import gdr-convert-gbp
9
10 cd $p
11
12 v=2.0-3
13 t-dch-commit -v $v -m testing
14
15 t-git-debrebase analyse |tee ../anal.1
16 cat ../anal.1
17
18 t-some-changes edits
19
20 t-dch-commit-r
21
22 git tag t.before
23
24 t-git-debrebase
25 t-gdr-good laundered
26
27 t-dgit push-source
28 t-gdr-good pushed-interop
29
30 t-expect-fail E:'add a new changelog stanza.*and try again' \
31 t-dgit push-source
32
33 git branch before-noop
34
35 t-git-next-date
36 t-git-debrebase
37 t-git-debrebase stitch
38 t-gdr-good pushed-interop
39
40 t-refs-same-start
41 t-ref-same refs/heads/before-noop
42 t-ref-head
43
44 git checkout -b some-new-branch
45 t-some-changes 2nd-maintainer
46 t-dgit quilt-fixup
47 t-gdr-made-patches
48 #  NB quilt-fixup doesn't always manage to call gdr;
49 #  push does, since it will make the pseudomerge first
50
51 t-ok