From 45cff9d2bf6351283e7cddbb5848eec034731523 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 12 Nov 2015 19:17:44 +0100 Subject: reproducible: rename to 398 future too --- bin/reproducible_setup_pbuilder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_setup_pbuilder.sh') diff --git a/bin/reproducible_setup_pbuilder.sh b/bin/reproducible_setup_pbuilder.sh index bbd7864b..4fdee352 100755 --- a/bin/reproducible_setup_pbuilder.sh +++ b/bin/reproducible_setup_pbuilder.sh @@ -68,7 +68,7 @@ echo for i in \$(dpkg -l |grep ^ii |awk -F' ' '{print \$2}'); do apt-cache madison "\$i" | head -1 | grep reproducible.alioth.debian.org || true ; done echo echo "Configuring APT to ignore the Release file expiration" -echo 'Acquire::Check-Valid-Until "false"' > /etc/apt/apt.conf.d/400future +echo 'Acquire::Check-Valid-Until "false"' > /etc/apt/apt.conf.d/398future echo EOF } -- cgit v1.2.3-54-g00ecf