[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][deploy] 5 commits: external-signatures.conf: add fwupdate



Title: GitLab

Ansgar Burchardt pushed to branch deploy at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • config/debian/external-signatures.conf
    1 1
     External-Signature-Requests {
    
    2 2
       Sources {
    
    3
    -    // fwupdate {
    
    4
    -    // };
    
    3
    +    fwupdate {
    
    4
    +      Packages {
    
    5
    +        "fwupdate-amd64-signed-template";
    
    6
    +        "fwupdate-arm64-signed-template";
    
    7
    +        "fwupdate-armhf-signed-template";
    
    8
    +        "fwupdate-i386-signed-template";
    
    9
    +      };
    
    10
    +      Architectures {
    
    11
    +        "amd64"; "arm64"; "armhf"; "i386";
    
    12
    +      };
    
    13
    +    };
    
    5 14
         // grub2 {
    
    6 15
         // };
    
    7 16
         linux {
    


  • Reply to: