Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
external signatures: allow signing fwupd
· 1e7b213e
Ansgar
authored
Jul 31, 2018
1e7b213e
external signatures: allow signing grub2
· 1f5bcbdd
Ansgar
authored
Jul 31, 2018
1f5bcbdd
Merge branch 'master' into deploy
· fb8c508f
Ansgar
authored
Jul 31, 2018
fb8c508f
Show whitespace changes
Inline
Side-by-side
config/debian/external-signatures.conf
View file @
fb8c508f
External
-
Signature
-
Requests
{
Sources
{
fwupd
{
Packages
{
"fwupd-amd64-signed-template"
;
"fwupd-arm64-signed-template"
;
"fwupd-armhf-signed-template"
;
"fwupd-i386-signed-template"
;
};
Architectures
{
"amd64"
;
"arm64"
;
"armhf"
;
"i386"
;
};
};
fwupdate
{
Packages
{
"fwupdate-amd64-signed-template"
;
...
...
@@ -11,8 +22,16 @@ External-Signature-Requests {
"amd64"
;
"arm64"
;
"armhf"
;
"i386"
;
};
};
//
grub2
{
// };
grub2
{
Packages
{
"grub-efi-amd64-signed-template"
;
"grub-efi-arm64-signed-template"
;
"grub-efi-ia32-signed-template"
;
};
Architectures
{
"amd64"
;
"arm64"
;
"i386"
;
};
};
linux
{
Packages
{
"linux-image-amd64-signed-template"
;
...
...