summaryrefslogtreecommitdiff
path: root/tests/tests/drs-newpackage
blob: a6d2d0d60eeedde57ae98726cb0cd8dda418175d (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
#!/bin/bash
set -e
. tests/lib

export DGIT_TEST_TROOT=$troot
export DGIT_TEST_TMP=$tmp
export DGIT_TEST_OPTS="
    -cdgit-distro.test-dummy.git-url=ext::$troot/drs-git-ext
"

t-archive-none pari-extra
t-git-none
t-worktree 3-1
v=3-1
cd $p
git branch -m dgit/sid master
git remote rm dgit

t-refs-same-start
t-ref-head

t-dgit build
t-dgit push --new

t-pushed-good master

echo ok.