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

daniel at alioth.debian.org daniel at alioth.debian.org
Wed Jun 13 13:05:36 UTC 2007


Author: daniel
Date: 2007-06-13 13:05:36 +0000 (Wed, 13 Jun 2007)
New Revision: 2073

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


Modified: dists/trunk/live-helper/helpers/lh_binary_debian-installer
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-06-13 12:38:44 UTC (rev 2072)
+++ dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-06-13 13:05:36 UTC (rev 2073)
@@ -163,8 +163,6 @@
 	fi
 fi
 
-FIXME ()
-{
 # Downloading udebs
 mkdir -p binary/dists/"${LIVE_DISTRIBUTION}"/main/debian-installer/binary-"${LIVE_ARCHITECTURE}"
 cd binary/dists/"${LIVE_DISTRIBUTION}"/main/debian-installer/binary-"${LIVE_ARCHITECTURE}"
@@ -180,8 +178,6 @@
 DEBS="`awk '/Filename: / { print $2 }' binary/dists/${LIVE_DISTRIBUTION}/main/debian-installer/binary-${LIVE_ARCHITECTURE}/Packages`"
 UDEBS="`echo ${DEBS} | grep '.*.udeb'`"
 
-rm -f packages.di
-
 for UDEB in ${UDEBS}
 do
 	mkdir -p binary/`dirname ${UDEB}`
@@ -290,7 +286,6 @@
 
 apt-ftparchive generate cache/indices_debian-installer/archive
 apt-ftparchive -c cache/indices_debian-installer/release -o APT::FTPArchive::Release::Description="Last updated: `date -R`" release binary/dists/${LIVE_DISTRIBUTION} > binary/dists/${LIVE_DISTRIBUTION}/Release
-}
 
 mkdir binary/.disk
 echo "main" > binary/.disk/base_components




More information about the Debian-live-changes mailing list