summaryrefslogtreecommitdiff
path: root/tests/tests/mirror-private
blob: 40338356f16c9a7d5dab0abc9d434407c3ceaa6c (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-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.