summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_pbuilder.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-12 19:17:44 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-12 19:17:52 +0100
commit45cff9d2bf6351283e7cddbb5848eec034731523 (patch)
tree404d5ef428675e98145a2aedb5ebaeeb27418008 /bin/reproducible_setup_pbuilder.sh
parent0c8d934f045515a95b770b5dd058c3793229a28c (diff)
downloadjenkins.debian.net-45cff9d2bf6351283e7cddbb5848eec034731523.tar.xz
reproducible: rename to 398 future too
Diffstat (limited to 'bin/reproducible_setup_pbuilder.sh')
-rwxr-xr-xbin/reproducible_setup_pbuilder.sh2
1 files changed, 1 insertions, 1 deletions
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
}