r2802 - in dists/trunk/live-helper: docs helpers

daniel at alioth.debian.org daniel at alioth.debian.org
Tue Aug 28 18:42:26 UTC 2007


Author: daniel
Date: 2007-08-28 18:42:26 +0000 (Tue, 28 Aug 2007)
New Revision: 2802

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


Modified: dists/trunk/live-helper/docs/ChangeLog
===================================================================
--- dists/trunk/live-helper/docs/ChangeLog	2007-08-28 18:39:27 UTC (rev 2801)
+++ dists/trunk/live-helper/docs/ChangeLog	2007-08-28 18:42:26 UTC (rev 2802)
@@ -1,5 +1,12 @@
 2007-08-28  Daniel Baumann  <daniel at debian.org>
 
+	* helpers/lh_chroot_local-packages:
+	  - Only copy packages matching the build-architecture. This way, you
+	    can store local packages for different architectures in the very
+	    same config directory.
+
+2007-08-28  Daniel Baumann  <daniel at debian.org>
+
 	* helpers/lh_clean:
 	  - Accepting more than one parameter at the same time.
 	* Uploading 1.0~a24-1.

Modified: dists/trunk/live-helper/helpers/lh_chroot_local-packages
===================================================================
--- dists/trunk/live-helper/helpers/lh_chroot_local-packages	2007-08-28 18:39:27 UTC (rev 2801)
+++ dists/trunk/live-helper/helpers/lh_chroot_local-packages	2007-08-28 18:42:26 UTC (rev 2802)
@@ -53,7 +53,8 @@
 	Restore_cache cache/packages_local-packages
 
 	# Copying packages
-	cp config/chroot_local-packages/*.deb chroot/root
+	cp config/chroot_local-packages/*_"${LH_ARCHITECTURE}".deb chroot/root
+	cp config/chroot_local-packages/*_all.deb chroot/root
 
 	# Installing packages
         Chroot "find /root -name *.deb" > chroot/root/local-packages




More information about the debian-live-changes mailing list