Unverified Commit b1c88e3c authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

Revert "reproducible debian: setup_pbuilder: use [check-valid-until=no]...

Revert "reproducible debian: setup_pbuilder: use [check-valid-until=no] instead of Acquire::Check-Valid-Until"

I was checking the wrong log while testing…  it doesn't seem to actually
affect d-i, so let's keep the previous thing.

This reverts commit bbe0f1b2.
parent bbe0f1b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ EOF
	if "$NODE_RUN_IN_THE_FUTURE" ; then
		cat >> $TMPFILE <<- EOF
			echo "Configuring APT to ignore the Release file expiration"
			sed -i 's,^deb ,deb [check-valid-until=no] ,g' /etc/apt/sources.list
			echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/398future
			echo
		EOF
	fi