Skip to content

Commit 64c4957

Browse files
committed
modernized example config main.repos and disabled gpg-signature verification
to make things easier. If you want gpg-signature verification, you need to ensure that the required gpg keyring can be found somewhere on your system (I can't resolve this dependency for you in a distribution independent way). Please also note that newer versions of libapt somtimes deny to accept old signatures even if the keyring is correctly provided (depends on the length of the Hash used for the signature).
1 parent d77bdc3 commit 64c4957

File tree

3 files changed

+16
-21
lines changed

3 files changed

+16
-21
lines changed

conf/gpg/debian.gpg

-5.02 KB
Binary file not shown.

conf/gpg/ubuntu.gpg

-12 KB
Binary file not shown.

conf/main.repos

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
"Prefix" : "debian",
66
"Url" : "http://deb.debian.org/debian/",
77
"Suites" : [
8-
"jessie",
9-
"jessie-backports",
10-
"jessie-updates",
11-
"jessie-proposed-updates",
128
"stretch",
139
"stretch-backports",
1410
"stretch-updates",
1511
"stretch-proposed-updates",
16-
"wheezy",
17-
"wheezy-backports",
18-
"wheezy-updates",
19-
"wheezy-proposed-updates"
12+
"buster",
13+
"buster-backports",
14+
"buster-updates",
15+
"buster-proposed-updates",
16+
"bullseye",
17+
"bullseye-backports",
18+
"bullseye-updates",
19+
"bullseye-proposed-updates"
2020
],
2121
"ExtractSuiteFromReleaseUrl": true,
2222
"Architectures" : [ "i386", "amd64" ],
23-
"TrustedGPG" : "./gpg/debian.gpg"
23+
"Trusted" : true
2424
},
2525
"--------------------------------------------------------",
2626
{
@@ -33,24 +33,19 @@
3333
"trusty-proposed",
3434
"trusty-security",
3535
"trusty-updates",
36-
"xenial",
37-
"xenial-backports",
38-
"xenial-proposed",
39-
"xenial-security",
40-
"xenial-updates",
41-
"artful",
42-
"artful-backports",
43-
"artful-proposed",
44-
"artful-security",
45-
"artful-updates",
4636
"bionic",
4737
"bionic-backports",
4838
"bionic-proposed",
4939
"bionic-security",
50-
"bionic-updates"
40+
"bionic-updates",
41+
"focal",
42+
"focal-backports",
43+
"focal-proposed",
44+
"focal-security",
45+
"focal-updates"
5146
],
5247
"Architectures" : [ "i386", "amd64" ],
53-
"TrustedGPG" : "./gpg/ubuntu.gpg"
48+
"Trusted" : true
5449
},
5550
"--------------------------------------------------------"
5651
]

0 commit comments

Comments
 (0)