chiark / gitweb /
Test suite: reprepro: Test multisuite with package absent in suite
[dgit.git] / tests / tests / clone-reprepro
1 #!/bin/bash
2 set -e
3 . tests/lib
4 . $troot/lib-reprepro
5
6 suitespecs+=' stable'
7
8 t-dependencies reprepro
9 t-reprepro
10
11 t-archive example 1.0-1
12 t-git-none
13
14 t-dgit clone $p
15
16 cd $p
17 t-cloned-fetched-good
18
19 add_pari () {
20         local p
21         local v
22         local suite=stable
23         t-archive pari-extra 3-1
24 }
25 add_pari
26
27 t-dgit fetch unstable,stable
28
29 t-refs-same-start
30 t-refs-same refs/remotes/dgit/sid,stable refs/remotes/dgit/sid
31
32 echo ok.