summaryrefslogtreecommitdiffstats
path: root/debian/tests/import-hello.sh
blob: 67cae230afc3ead05b0110f69e4ec5b08e2ec78f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
set -e
basedir=$(mktemp -d)
cd $basedir
mkdir -p conf
cat <<EOF >> conf/distributions
Origin: Ubuntu
Label: Ubuntu
Suite: impish
Version: 21.10
Codename: impish
Architectures: amd64 arm64 armhf i386 ppc64el riscv64 s390x
Components: main
Description: Ubuntu Impish 21.10
EOF
reprepro -b $basedir createsymlinks
apt-get download hello
reprepro -b $basedir includedeb impish hello*.deb