chiark / gitweb /
51053390233aeaa3e9b5ca888cccfe4dcb27d203
[dgit.git] / tests / tests / mirror-private
1 #!/bin/bash
2 set -e
3 . tests/lib
4 . $troot/lib-mirror
5
6 t-debpolicy
7
8 t-tstunt-parsechangelog
9 t-prep-newpackage example 1.0
10
11 t-mirror-setup
12
13 cd $p
14 revision=1
15
16 t-reporefs master
17
18 t-dgit build
19 t-dgit push --new
20
21 t-check-not-mirrored
22 t-files-notexist $reposmirror/$p.*
23
24 echo ok.