[Fai-commit] r4366 - trunk/bin

lange at alioth.debian.org lange at alioth.debian.org
Sat Jun 23 22:04:12 UTC 2007


Author: lange
Date: 2007-06-23 22:04:12 +0000 (Sat, 23 Jun 2007)
New Revision: 4366

Modified:
   trunk/bin/fai-mirror
Log:
do not ask questions, add unauthenticated packages to the mirror


Modified: trunk/bin/fai-mirror
===================================================================
--- trunk/bin/fai-mirror	2007-06-23 21:38:38 UTC (rev 4365)
+++ trunk/bin/fai-mirror	2007-06-23 22:04:12 UTC (rev 4366)
@@ -25,7 +25,7 @@
 # MA 02111-1307, USA.
 #*********************************************************************
 
-version="Version 1.9.3, 7-mar-2007"
+version="Version 1.9.4, 23-june-2007"
 
 # variables: NFSROOT, FAI_CONFIGDIR
 
@@ -128,8 +128,11 @@
     # also used in install_pacakges.conf
     export aptoptions=" \
        -o Aptitude::Log=/dev/null \
+       -o Aptitude::CmdLine::Ignore-Trust-Violations=yes\
+       -o APT::Get::AllowUnauthenticated=true \
       -o DPkg::force-conflicts::=yes \
       -o Dir::State::status=$statefile \
+      -o APT::Get::Force-Yes=true \
       -o Dir::Cache=$aptcache/var/cache/apt \
       -o Dir::State=$aptcache/var/cache/apt \
       -o Dir::Cache::Archives=$archivedir \




More information about the Fai-commit mailing list