diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-11-11 19:32:22 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2017-11-11 19:32:22 +0100 |
commit | 0097b352786eb3159a11aa871302e8f6399fe5e0 (patch) | |
tree | 8e1cb1b4b664a053c55d8358a9e48fa46d0a49b2 /bin | |
parent | 15ad2703c220a41c3fcad49549f110df2b5b20fa (diff) | |
download | jenkins.debian.net-0097b352786eb3159a11aa871302e8f6399fe5e0.tar.xz |
reprodocible debian: schroot-create: drop the reproducible gpg keyring into /etc/apt/trusted.gpg.d/ instead of using `apt-key add`
apt-key add is now deprecated and it seems to be giving us troubles now
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/schroot-create.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh index 6c8bcb5b..f86f6d31 100755 --- a/bin/schroot-create.sh +++ b/bin/schroot-create.sh @@ -106,7 +106,7 @@ unSrmrxS5T0YA3TfY34ThtHtmjA9d2lzv270ALc3ELv83fTnQ/3Sxkwu+KKIagXQ KzXCKzHjI89kJT5+7GBHd/nLG1z/3yw/TBzH5zSTgwC+3/EHNMH7WrY2DOzdEZTF peNsYNcna2Ca8Imozzc5L424lXN3MaiTql7Y1lZJFF5Y/wznbjUQj/5YXj3LVB3W =5CAZ ------END PGP PUBLIC KEY BLOCK-----" | apt-key add - +-----END PGP PUBLIC KEY BLOCK-----" > /etc/apt/trusted.gpg.d/reproducible.asc apt-key list echo echo "Configuring APT to ignore the Release file expiration" |