[Debian-live-changes] r1195 - dists/trunk/live-helper/helpers

Daniel Baumann daniel at alioth.debian.org
Thu Apr 26 14:17:09 UTC 2007


Author: daniel
Date: 2007-04-26 14:17:09 +0000 (Thu, 26 Apr 2007)
New Revision: 1195

Modified:
   dists/trunk/live-helper/helpers/lh_binary_debian-installer
   dists/trunk/live-helper/helpers/lh_clean
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_debian-installer
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-04-26 14:15:13 UTC (rev 1194)
+++ dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-04-26 14:17:09 UTC (rev 1195)
@@ -109,13 +109,13 @@
 fi
 
 # Downloading udebs
-wget "${LIVE_MIRROR_BUILD}"/dists/"${LIVE_DISTRIBUTION}"/main/debian-installer/binary-"${LIVE_ARCHITECTURE}"/Packages.gz
-gunzip Packages
+wget "${LIVE_MIRROR_BUILD}"/dists/"${LIVE_DISTRIBUTION}"/main/debian-installer/binary-"${LIVE_ARCHITECTURE}"/Packages.gz -O packages.di.gz
+gunzip packages.di
 
-DEBS="`awk '/Filename: / { print $2 }' Packages`"
+DEBS="`awk '/Filename: / { print $2 }' packages.di`"
 UDEBS="`echo ${DEBS} | grep '.*.udeb'`"
 
-rm -f Packages
+rm -f packages.di
 
 for UDEB in ${UDEBS}
 do

Modified: dists/trunk/live-helper/helpers/lh_clean
===================================================================
--- dists/trunk/live-helper/helpers/lh_clean	2007-04-26 14:15:13 UTC (rev 1194)
+++ dists/trunk/live-helper/helpers/lh_clean	2007-04-26 14:17:09 UTC (rev 1195)
@@ -74,7 +74,7 @@
 		rm -f binary.iso
 		rm -f binary.img
 		rm -f binary*.tar.gz
-		rm -f packages.txt
+		rm -f packages.txt packages.d-i
 
 		rm -rf binary
 		rm -rf tftpboot




More information about the Debian-live-changes mailing list