[Lsb-messages] /var/www/bzr/lsb/devel/repogen r191: Bootstrap the Debian package cache properly.

Jeff Licquia licquia at linuxfoundation.org
Tue Sep 11 21:09:32 UTC 2012


------------------------------------------------------------
revno: 191
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: repogen
timestamp: Tue 2012-09-11 17:09:32 -0400
message:
  Bootstrap the Debian package cache properly.
modified:
  deb/Makefile
-------------- next part --------------
=== modified file 'deb/Makefile'
--- a/deb/Makefile	2012-09-11 20:51:04 +0000
+++ b/deb/Makefile	2012-09-11 21:09:32 +0000
@@ -47,6 +47,9 @@
 
 $(DEB_PKG_CACHE):
 	mkdir -p $(DEB_PKG_CACHE)
+	for d in 3.0 3.1 3.2 4.0 4.1 common snapshot; do \
+	  mkdir -p $(DEB_PKG_CACHE)/pkgs-$$d; \
+	done
 
 $(DEB_PKG_CACHE)/pkgs-%: $(DEB_PKG_CACHE) pkgcache/pkgs-%
 	cp -r $? $@.new



More information about the lsb-messages mailing list