diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-14 12:09:27 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-14 12:09:27 +0200 |
commit | 048daf52bf2771ad331e8485c5837c4c0bd27323 (patch) | |
tree | 7d3051c5cd4db7842cd3a1226f125de4f09413a4 /bin | |
parent | 64f0f09f55efdf1de6aed2410dca5bf6b0855322 (diff) | |
download | jenkins.debian.net-048daf52bf2771ad331e8485c5837c4c0bd27323.tar.xz |
reproducible Debian: add debug output, showing apt's keys
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/schroot-create.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh index 194b4f49..dcf11e74 100755 --- a/bin/schroot-create.sh +++ b/bin/schroot-create.sh @@ -106,6 +106,7 @@ KzXCKzHjI89kJT5+7GBHd/nLG1z/3yw/TBzH5zSTgwC+3/EHNMH7WrY2DOzdEZTF peNsYNcna2Ca8Imozzc5L424lXN3MaiTql7Y1lZJFF5Y/wznbjUQj/5YXj3LVB3W =5CAZ -----END PGP PUBLIC KEY BLOCK-----" | apt-key add - +apt-key list echo echo "Configuring APT to ignore the Release file expiration" echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/398future |