]>
git.saurik.com Git - apt.git/blob - test/integration/test-apt-get-update-unauth-warning
3 # ensure we print warnings for unauthenticated repositories
7 TESTDIR
= $(readlink -f $(dirname $0) )
11 configarchitecture
"i386"
13 # a "normal" package with source and binary
14 buildsimplenativepackage
'foo' 'all' '2.0'
16 setupaptarchive
--no-update
18 APTARCHIVE
= $(readlink -f ./aptarchive)
19 rm -f $APTARCHIVE / dists
/ unstable
/* Release
*
21 # update without authenticated files leads to warning
22 testequal
"Ign file: unstable InRelease
23 Err file: unstable Release
25 W: The data from 'file: unstable Release' is not signed. Packages from that repository can not be authenticated.
26 W: Use --allow-insecure-repositories to force the update
27 W: Failed to fetch file: $APTARCHIVE /dists/unstable/Release
29 E: Some index files failed to download. They have been ignored, or old ones used instead." aptget update
32 testequal
"Listing..." apt list foo
33 testequal
"partial" ls rootdir
/ var
/ lib
/ apt
/ lists
36 testequal
"Ign file: unstable InRelease
37 Ign file: unstable Release
38 Reading package lists...
39 W: The data from 'file: unstable Release' is not signed. Packages from that repository can not be authenticated." aptget update
--allow-insecure-repositories
41 # ensure we can not install the package
42 testequal
"WARNING: The following packages cannot be authenticated!
44 E: There are problems and -y was used without --force-yes" aptget
install -qq -y foo