[Fai-commit] r5334 - in trunk: bin debian

Thomas Lange lange at alioth.debian.org
Thu Apr 16 12:27:48 UTC 2009


Author: lange
Date: 2009-04-16 12:27:48 +0000 (Thu, 16 Apr 2009)
New Revision: 5334

Modified:
   trunk/bin/fai-mirror
   trunk/debian/changelog
Log:
  patch) (closes: #523625), fixing informal message (closes: #516385)

Modified: trunk/bin/fai-mirror
===================================================================
--- trunk/bin/fai-mirror	2009-04-16 12:22:42 UTC (rev 5333)
+++ trunk/bin/fai-mirror	2009-04-16 12:27:48 UTC (rev 5334)
@@ -25,7 +25,7 @@
 # MA 02111-1307, USA.
 #*********************************************************************
 
-version="Version 1.9.13, 15-april-2009"
+version="Version 1.9.14, 16-april-2009"
 
 # variables: NFSROOT, FAI_CONFIGDIR, FAI_ETC_DIR
 
@@ -190,7 +190,7 @@
 
     # now use sources.list for debootstrap packages
     echo "$FAI_DEBOOTSTRAP" | awk '{printf "deb %s %s main\n",$2,$1}' | perl -p -e 's/file:/copy:/' > $aptcache/etc/apt/sources.list
-    echo "Adding packages from base.tgz."
+    echo "Adding packages from $NFSROOT/var/tmp/base-pkgs.lis"
     if [ -f $NFSROOT/var/tmp/base-pkgs.lis ]; then
 	plist=$(< $NFSROOT/var/tmp/base-pkgs.lis)
 	apt-get $qflag $aptoptions update >/dev/null

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-04-16 12:22:42 UTC (rev 5333)
+++ trunk/debian/changelog	2009-04-16 12:27:48 UTC (rev 5334)
@@ -26,7 +26,7 @@
   * NFSROOT: install aMD64 apckages with aptitude, this also helps when
     building an amd64 nfsroot on i386
   * fai-mirror: check if -C was used, (thanks to James Richardson for the
-    patch) (closes: #523625)
+    patch) (closes: #523625), fixing informal message (closes: #516385)
   * fai: set STOP_ON_ERROR to 700, this can be overwritten by fai.conf or
     in a file called class/*.var (closes: #515139)
   




More information about the Fai-commit mailing list