3 # ensure we print warnings for unauthenticated repositories
7 TESTDIR
=$(readlink -f $(dirname $0))
11 configarchitecture
"i386"
12 configcompression
'.' 'gz'
14 # a "normal" package with source and binary
15 buildsimplenativepackage
'foo' 'all' '2.0'
17 setupaptarchive
--no-update
19 APTARCHIVE
=$(readlink -f ./aptarchive)
20 rm -f $APTARCHIVE/dists
/unstable
/*Release
*
22 # update without authenticated files leads to warning
23 testfailureequal
"Get:1 file:$APTARCHIVE unstable InRelease
24 Ign:1 file:$APTARCHIVE unstable InRelease
26 Get:2 file:$APTARCHIVE unstable Release
27 Err:2 file:$APTARCHIVE unstable Release
29 W: The repository 'file:$APTARCHIVE unstable Release' does not have a Release file. This is deprecated, please contact the owner of the repository.
30 E: Use --allow-insecure-repositories to force the update" aptget update
--no-allow-insecure-repositories
33 testsuccessequal
'Listing...' apt list foo
35 partial' ls rootdir
/var
/lib
/apt
/lists
38 stat
-c%s
"$(aptget indextargets --no-release-info --format '$(URI)' "Created
-By: $1" | cut -d'/' -f 3- ).gz"
41 #aptget update --allow-insecure-repositories -o Debug::pkgAcquire::worker=1
43 testwarningequal
"Get:1 file:$APTARCHIVE unstable InRelease
44 Ign:1 file:$APTARCHIVE unstable InRelease
46 Get:2 file:$APTARCHIVE unstable Release
47 Ign:2 file:$APTARCHIVE unstable Release
49 Get:3 file:$APTARCHIVE unstable/main Sources
50 Ign:3 file:$APTARCHIVE unstable/main Sources
52 Get:4 file:$APTARCHIVE unstable/main i386 Packages
53 Ign:4 file:$APTARCHIVE unstable/main i386 Packages
55 Get:5 file:$APTARCHIVE unstable/main Translation-en
56 Ign:5 file:$APTARCHIVE unstable/main Translation-en
58 Get:3 file:$APTARCHIVE unstable/main Sources
59 Ign:3 file:$APTARCHIVE unstable/main Sources
61 Get:4 file:$APTARCHIVE unstable/main i386 Packages
62 Ign:4 file:$APTARCHIVE unstable/main i386 Packages
64 Get:5 file:$APTARCHIVE unstable/main Translation-en
65 Ign:5 file:$APTARCHIVE unstable/main Translation-en
67 Get:3 file:$APTARCHIVE unstable/main Sources
68 Ign:3 file:$APTARCHIVE unstable/main Sources
70 Get:4 file:$APTARCHIVE unstable/main i386 Packages
71 Ign:4 file:$APTARCHIVE unstable/main i386 Packages
73 Get:5 file:$APTARCHIVE unstable/main Translation-en
74 Ign:5 file:$APTARCHIVE unstable/main Translation-en
76 Get:3 file:$APTARCHIVE unstable/main Sources [$(filesize 'Sources') B]
77 Get:4 file:$APTARCHIVE unstable/main i386 Packages [$(filesize 'Packages') B]
78 Get:5 file:$APTARCHIVE unstable/main Translation-en [$(filesize 'Translations') B]
79 Reading package lists...
80 W: The repository 'file:$APTARCHIVE unstable Release' does not have a Release file. This is deprecated, please contact the owner of the repository." aptget update
--allow-insecure-repositories
81 # ensure we can not install the package
82 testfailureequal
"WARNING: The following packages cannot be authenticated!
84 E: There are problems and -y was used without --force-yes" aptget
install -qq -y foo