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

t-debpolicy

t-tstunt-parsechangelog
t-prep-newpackage example 1.0

t-mirror-setup

cd $p
revision=1

t-reporefs master

t-dgit build
t-dgit push --new

t-check-not-mirrored
t-files-notexist $reposmirror/$p.*

echo ok.