summaryrefslogtreecommitdiff
path: root/tests/tests/mirror-debnewgit
blob: 3015d0e7f7beb532264990aa1d2479a1025be80b (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
#!/bin/bash
set -e
. tests/lib
. $troot/lib-mirror

t-dependencies rsync

t-debpolicy

t-archive pari-extra 3-1
t-git-none

t-mirror-setup

t-dgit clone $p

cd $p
t-cloned-fetched-good

t-commit 'test commit' 3-2

t-dgit build
t-dgit push-built
t-check-mirrored

t-ok