[Debian-live-changes] r1429 - in dists/trunk/live-helper: docs helpers

Daniel Baumann daniel at alioth.debian.org
Wed May 9 10:21:51 UTC 2007


Author: daniel
Date: 2007-05-09 10:21:51 +0000 (Wed, 09 May 2007)
New Revision: 1429

Modified:
   dists/trunk/live-helper/docs/ChangeLog
   dists/trunk/live-helper/helpers/lh_chroot_apt
Log:


Modified: dists/trunk/live-helper/docs/ChangeLog
===================================================================
--- dists/trunk/live-helper/docs/ChangeLog	2007-05-09 09:15:14 UTC (rev 1428)
+++ dists/trunk/live-helper/docs/ChangeLog	2007-05-09 10:21:51 UTC (rev 1429)
@@ -4,6 +4,7 @@
 	  - Renamed LH_MIRROR*_BUILD to LH_MIRROR*_BOOTSTRAP.
 	  - Renamed LH_MIRROR*_IMAGE to LH_MIRROR*_BINARY.
 	* helpers/lh_chroot_sources:
+	  - Added aptitude overwrite for untrusted sources.
 	  - Changed checks for *.build/*.image to *.bootstrap/*.binary.
 
 2007-05-08  Daniel Baumann  <daniel at debian.org>

Modified: dists/trunk/live-helper/helpers/lh_chroot_apt
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_apt	2007-05-09 09:15:14 UTC (rev 1428)
+++ dists/trunk/live-helper/helpers/lh_chroot_apt	2007-05-09 10:21:51 UTC (rev 1429)
@@ -94,12 +94,12 @@
 		case "${LH_APT_SECURE}" in
 			enabled)
 				echo "APT::Get::AllowUnauthenticated \"true\";" > chroot/etc/apt/apt.conf.d/00secure
-				# Aptitude::CmdLine::Ignore-Trust-Violations "true"; FIXME
+				echo "Aptitude::CmdLine::Ignore-Trust-Violations \"true\";" >> chroot/etc/apt/apt.conf.d/00secure
 				;;
 
 			disabled)
 				echo "APT::Get::AllowUnauthenticated \"false\";" > chroot/etc/apt/apt.conf.d/00secure
-				# Aptitude::CmdLine::Ignore-Trust-Violations "false"; FIXME
+				echo "Aptitude::CmdLine::Ignore-Trust-Violations \"false\";" >> chroot/etc/apt/apt.conf.d/00secure
 				;;
 		esac
 




More information about the Debian-live-changes mailing list