]> git.saurik.com Git - apt.git/blame - test/integration/test-apt-get-changelog
enhance apt-key debugging options
[apt.git] / test / integration / test-apt-get-changelog
CommitLineData
e5837128
MV
1#!/bin/sh
2set -e
3
4TESTDIR=$(readlink -f $(dirname $0))
5. $TESTDIR/framework
6
7setupenvironment
d56e2917 8configarchitecture 'native'
e5837128 9
d56e2917
DK
10buildsimplenativepackage 'foo' 'all' '1.0' 'stable'
11buildsimplenativepackage 'libbar' 'all' '1.0' 'stable'
12
13getlabelfromsuite() { echo 'Testcases'; }
14getoriginfromsuite() { echo 'Debian'; }
e5837128 15
75b09312 16setupaptarchive --no-update
13845042 17changetowebserver
75b09312 18testsuccess aptget update
e5837128 19
d56e2917
DK
20testsuccessequal "'http://metadata.ftp-master.debian.org/changelogs/main/f/foo/foo_1.0_changelog' foo.changelog
21'http://metadata.ftp-master.debian.org/changelogs/main/libb/libbar/libbar_1.0_changelog' libbar.changelog" aptget changelog foo libbar --print-uris
22
23releasechanger() {
24 # modifying the Release files in lists… bad stuff. Good that this is only a test…
25 sed -i "s#^${1}: .*#${1}: ${2}#" $(find rootdir/var/lib/apt/lists -name '*Release')
26 rm -f rootdir/var/cache/apt/*.bin
27}
28releasechanger 'Origin' 'Ubuntu'
29testsuccessequal "'http://changelogs.ubuntu.com/changelogs/pool/main/f/foo/foo_1.0/changelog' foo.changelog
30'http://changelogs.ubuntu.com/changelogs/pool/main/libb/libbar/libbar_1.0/changelog' libbar.changelog" aptget changelog foo libbar --print-uris
31
32releasechanger 'Label' 'Debian'
33testsuccessequal "'http://changelogs.ubuntu.com/changelogs/pool/main/f/foo/foo_1.0/changelog' foo.changelog
34'http://changelogs.ubuntu.com/changelogs/pool/main/libb/libbar/libbar_1.0/changelog' libbar.changelog" aptget changelog foo libbar --print-uris
35
36testsuccessequal "'http://localhost:8080/main/f/foo/foo_1.0.changelog' foo.changelog
37'http://localhost:8080/main/libb/libbar/libbar_1.0.changelog' libbar.changelog" aptget changelog foo libbar --print-uris -o Acquire::Changelogs::URI::Label::Debian='http://localhost:8080/CHANGEPATH.changelog'
38
39sed -i '/^Origin: / a\
40Changelogs: http://example.org/CHANGEPATH-changelog' $(find rootdir/var/lib/apt/lists -name '*Release')
41rm -f rootdir/var/cache/apt/*.bin
43acd019 42
d56e2917
DK
43testsuccessequal "'http://example.org/main/f/foo/foo_1.0-changelog' foo.changelog
44'http://example.org/main/libb/libbar/libbar_1.0-changelog' libbar.changelog" aptget changelog foo libbar --print-uris -o Acquire::Changelogs::URI::Label::Debian='http://localhost:8080/CHANGEPATH.changelog'
e5837128 45
d56e2917
DK
46testsuccessequal "'http://localhost:8080/main/f/foo/foo_1.0.changelog' foo.changelog
47'http://localhost:8080/main/libb/libbar/libbar_1.0.changelog' libbar.changelog" aptget changelog foo libbar --print-uris -o Acquire::Changelogs::URI::Override::Label::Debian='http://localhost:8080/CHANGEPATH.changelog'
fcb144b9 48
d56e2917
DK
49releasechanger 'Changelogs' 'no'
50testequal 'E: Failed to fetch changelog:/foo.changelog Changelog unavailable for foo=1.0
51' aptget changelog foo -qq -d
52
53sed -i '/^Changelogs: / d' $(find rootdir/var/lib/apt/lists -name '*Release')
54releasechanger 'Label' 'Testcases'
55
56echo 'Acquire::Changelogs::URI::Label::Testcases "http://localhost:8080/CHANGEPATH/change.txt";' > rootdir/etc/apt/apt.conf.d/changelog.conf
57testsuccessequal "'http://localhost:8080/main/f/foo/foo_1.0/change.txt' foo.changelog
58'http://localhost:8080/main/libb/libbar/libbar_1.0/change.txt' libbar.changelog" aptget changelog foo libbar --print-uris
59
60echo 'Acquire::Changelogs::URI::Label::Testcases "http://localhost:8080/pool/CHANGEPATH/changelog";' > rootdir/etc/apt/apt.conf.d/changelog.conf
61testsuccessequal "'http://localhost:8080/pool/main/f/foo/foo_1.0/changelog' foo.changelog" aptget changelog foo --print-uris
03aa0847
DK
62
63cd downloaded
a98b6615 64
d56e2917
DK
65testsuccess aptget changelog foo -qq
66testfileequal '../rootdir/tmp/testsuccess.output' "$(cat ../aptarchive/pool/main/f/foo/foo_1.0/changelog)"
67
68testsuccess aptget changelog foo libbar -qq
69testfileequal '../rootdir/tmp/testsuccess.output' "$(cat ../aptarchive/pool/main/f/foo/foo_1.0/changelog)
70$(cat ../aptarchive/pool/main/libb/libbar/libbar_1.0/changelog)"
71
72testsuccess aptget changelog foo -d
73testfilestats 'foo.changelog' '%U:%G:%a' '=' "${TEST_DEFAULT_USER}:${TEST_DEFAULT_GROUP}:644"
74testfileequal 'foo.changelog' "$(cat ../aptarchive/pool/main/f/foo/foo_1.0/changelog)"
75rm -f foo.changelog
72dd5bec 76
d56e2917
DK
77testsuccess aptget changelog libbar foo -d
78testfilestats 'libbar.changelog' '%U:%G:%a' '=' "${TEST_DEFAULT_USER}:${TEST_DEFAULT_GROUP}:644"
79testfilestats 'foo.changelog' '%U:%G:%a' '=' "${TEST_DEFAULT_USER}:${TEST_DEFAULT_GROUP}:644"
80testfileequal 'libbar.changelog' "$(cat ../aptarchive/pool/main/libb/libbar/libbar_1.0/changelog)"
81testfileequal 'foo.changelog' "$(cat ../aptarchive/pool/main/f/foo/foo_1.0/changelog)"
82rm -f libbar.changelog foo.changelog
13845042 83
d56e2917
DK
84# as such bogus, but can happen with multiple binaries from the same source
85testsuccessequal "'http://localhost:8080/pool/main/f/foo/foo_1.0/changelog' foo.changelog
86'http://localhost:8080/pool/main/f/foo/foo_1.0/changelog' foo.changelog" aptget changelog foo foo --print-uris
87testsuccess aptget changelog foo foo -qq
88testfileequal '../rootdir/tmp/testsuccess.output' "$(cat ../aptarchive/pool/main/f/foo/foo_1.0/changelog)
89$(cat ../aptarchive/pool/main/f/foo/foo_1.0/changelog)"
90testsuccess aptget changelog foo foo -d
91testfilestats 'foo.changelog' '%U:%G:%a' '=' "${TEST_DEFAULT_USER}:${TEST_DEFAULT_GROUP}:644"
92testfileequal 'foo.changelog' "$(cat ../aptarchive/pool/main/f/foo/foo_1.0/changelog)"
93rm -f foo.changelog
72dd5bec 94
d56e2917
DK
95# no CHANGEPATH in the URI
96testequal 'E: Failed to fetch changelog:/foo.changelog Changelog unavailable for foo=1.0
97' aptget changelog foo -qq -d -o Acquire::Changelogs::URI::Label::Testcases='http://localhost:8080/change.txt'
98testfailure test -e foo.changelog
13845042 99
d56e2917
DK
100testequal 'E: Failed to fetch http://localhost:8080/does/not/exist/main/f/foo/foo_1.0/change.txt Changelog unavailable for foo=1.0 (404 Not Found)
101' aptget changelog foo -qq -d -o Acquire::Changelogs::URI::Label::Testcases='http://localhost:8080/does/not/exist/CHANGEPATH/change.txt'
102testfailure test -e foo.changelog