summaryrefslogtreecommitdiff
path: root/tests/tests/inarchivecopy
blob: 8f44ea69824d5ab78076e686dc7a1861a80ddf67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
set -e
. tests/lib

t-restrict x-dgit-unfinished

t-setup-import examplegit

cd $p
git show-ref >../t
cd ..

egrep '^1\.3' aq/package.sid.$p >>aq/package.stable.example

t-archive-updated stable $p

t-dgit clone $p stable foo

cd $p

t-dgit fetch stable

xxx rest of test