summaryrefslogtreecommitdiff
path: root/tests/tests/rpush-quilt
blob: 10df9ae4e258bbaf0ffa3e43647199fc55ea3aa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
set -e
. tests/lib

t-tstunt-parsechangelog

t-newtag

t-gbp-example-prep

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

mkdir $tmp/empty
cd $tmp/empty
t-dgit --quilt=gbp --dgit-view-save=split.p \
	--ssh=$troot/ssh rpush somehost:$tmp/$p

cd $tmp/$p
t-gbp-pushed-good

t-ok