summaryrefslogtreecommitdiff
path: root/tests/tests/tagupl-gbp
blob: a4ecb09fc2ab38498f4ba50cfc3398d1045abc68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/bash
set -e
. tests/lib
. $troot/lib-baredebian

t-dependencies git-debpush DEBORIG

t-setup-import gbp

t-debpolicy

cd $p

git deborig

t-dgit -wgf --quilt=gbp --dgit-view-save=split.b quilt-fixup

t-tagupl-settings

tagname=test-dummy/$v

t-tagupl-test --gbp

git branch split.p dgit/dgit/sid # we didn't generate this here

t-gbp-pushed-good sid

t-ok