]>
git.saurik.com Git - apt.git/blob - test/integration/test-bug-596498-trusted-unsigned-repo
4 TESTDIR
=$(readlink -f $(dirname $0))
7 configarchitecture
'i386'
9 buildsimplenativepackage
'cool' 'i386' '1.0' 'unstable'
14 rm -rf rootdir
/var
/lib
/apt
/ rootdir
/var
/cache
/apt
/*.bin
15 ${1:-testwarning} aptget update
--allow-insecure-repositories
18 PKGTEXT
="$(aptget install cool --assume-no -d | head -n 8)"
19 DOWNLOG
="$(echo "$PKGTEXT" | tail -n 1)"
20 PKGTEXT
="$(echo "$PKGTEXT" | head -n 7)"
21 DEBFILE
='rootdir/etc/apt/sources.list.d/apt-test-unstable-*.list'
23 testsuccessequal
"$PKGTEXT
25 Download complete and in download only mode" aptget
install cool
--assume-no -d
27 testsuccessequal
"$PKGTEXT
29 Download complete and in download only mode" aptget
install cool
--assume-no -d --allow-unauthenticated
31 sed -i -e 's#\(deb\(-src\)\?\) #\1 [trusted=no] #' $DEBFILE
32 aptgetupdate
'testsuccess'
34 testfailureequal
"$PKGTEXT
35 WARNING: The following packages cannot be authenticated!
37 Install these packages without verification? [y/N] N
38 E: Some packages could not be authenticated" aptget
install cool
--assume-no -d
40 find aptarchive
/ \
( -name 'Release.gpg' -o -name 'InRelease' \
) -delete
41 sed -i -e 's#\(deb\(-src\)\?\) \[trusted=no\] #\1 #' $DEBFILE
44 testfailureequal
"$PKGTEXT
45 WARNING: The following packages cannot be authenticated!
47 Install these packages without verification? [y/N] N
48 E: Some packages could not be authenticated" aptget
install cool
--assume-no -d
50 testsuccessequal
"$PKGTEXT
51 WARNING: The following packages cannot be authenticated!
53 Authentication warning overridden.
55 Download complete and in download only mode" aptget
install cool
--assume-no -d --allow-unauthenticated
57 sed -i -e 's#\(deb\(-src\)\?\) #\1 [trusted=yes] #' $DEBFILE
60 testsuccessequal
"$PKGTEXT
62 Download complete and in download only mode" aptget
install cool
--assume-no -d