From b859333ade7ffa522259f9e1e8820a5e79c2db09 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 12 Nov 2015 19:29:04 +0100 Subject: reproducible: fix syntax to make apt ignore future validation errors --- bin/schroot-create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/schroot-create.sh') diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh index 8637fa6e..4f572f2f 100755 --- a/bin/schroot-create.sh +++ b/bin/schroot-create.sh @@ -93,7 +93,7 @@ Mb0BawlXZui0MNUSnZtxHMxrjejdvZdqtskHl9srB1QThH0jasmUqbQPxCnxMbf1 -----END PGP PUBLIC KEY BLOCK-----" | apt-key add - echo echo "Configuring APT to ignore the Release file expiration" -echo 'Acquire::Check-Valid-Until "false"' > /etc/apt/apt.conf.d/398future +echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/398future echo EOF } -- cgit v1.2.3-54-g00ecf