[d-i-commits] r32217 - in trunk/packages/debian-installer-utils: . debian

Colin Watson cjwatson at costa.debian.org
Thu Nov 17 13:00:38 UTC 2005


Author: cjwatson
Date: 2005-11-17 13:00:35 +0000 (Thu, 17 Nov 2005)
New Revision: 32217

Modified:
   trunk/packages/debian-installer-utils/apt-install
   trunk/packages/debian-installer-utils/debian/changelog
Log:
* Make apt-get use gpgv --ignore-time-conflict to avoid validation errors
  due to clock problems.

Modified: trunk/packages/debian-installer-utils/apt-install
===================================================================
--- trunk/packages/debian-installer-utils/apt-install	2005-11-17 09:47:59 UTC (rev 32216)
+++ trunk/packages/debian-installer-utils/apt-install	2005-11-17 13:00:35 UTC (rev 32217)
@@ -104,9 +104,11 @@
 	;;
 esac
 
+APTOPTS='-o Acquire::gpgv::Options::=--ignore-time-conflict'
+
 disable_daemons
 ERRCODE=0
-log-output -t apt-install chroot /target apt-get -y install $@ < /dev/null || ERRCODE=$?
+log-output -t apt-install chroot /target apt-get $APTOPTS -y install $@ < /dev/null || ERRCODE=$?
 enable_daemons
 
 # Undo the mounts done by the packages during installation.

Modified: trunk/packages/debian-installer-utils/debian/changelog
===================================================================
--- trunk/packages/debian-installer-utils/debian/changelog	2005-11-17 09:47:59 UTC (rev 32216)
+++ trunk/packages/debian-installer-utils/debian/changelog	2005-11-17 13:00:35 UTC (rev 32217)
@@ -1,3 +1,10 @@
+debian-installer-utils (1.18) UNRELEASED; urgency=low
+
+  * Make apt-get use gpgv --ignore-time-conflict to avoid validation errors
+    due to clock problems.
+
+ -- Colin Watson <cjwatson at debian.org>  Thu, 17 Nov 2005 12:59:43 +0000
+
 debian-installer-utils (1.17) unstable; urgency=low
 
   [ Joey Hess ]




More information about the d-i-commits mailing list