chiark / gitweb /
changelog: start 9.14
[dgit.git] / tests / tests / tagupl-native
1 #!/bin/bash
2 set -e
3 . tests/lib
4
5 t-dependencies git-debpush
6
7 t-debpolicy
8
9 t-archive-none example
10 t-git-none
11 t-worktree 1.1
12
13 v=1.0-1
14
15 cd $p
16 git checkout -B master
17
18 t-tagupl-settings
19
20 printf '%s\n' -sn >debian/source/options
21 git add debian/source/options
22 git rm -f debian/source/format
23 git commit -m 'convert to 1.0 native'
24
25 tagname=test-dummy/$v
26
27 t-tagupl-test
28 t-pushed-good master
29
30 t-ok