summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_pbuilder.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-12 19:29:04 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-12 19:29:04 +0100
commitb859333ade7ffa522259f9e1e8820a5e79c2db09 (patch)
tree5fae5825387761721664b6c84698a86bc694519a /bin/reproducible_setup_pbuilder.sh
parent45cff9d2bf6351283e7cddbb5848eec034731523 (diff)
downloadjenkins.debian.net-b859333ade7ffa522259f9e1e8820a5e79c2db09.tar.xz
reproducible: fix syntax to make apt ignore future validation errors
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 4fdee352..753d7fae 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/398future
+echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/398future
echo
EOF
}