Update pinning via /etc/grml/fai/apt/preferences
authorMichael Prokop <devnull@localhost>
Sun, 25 Nov 2007 23:45:24 +0000 (00:45 +0100)
committerMichael Prokop <devnull@localhost>
Sun, 25 Nov 2007 23:45:24 +0000 (00:45 +0100)
debian/changelog
etc/grml/fai/apt/preferences

index 484a0cf..e96bfe1 100644 (file)
@@ -27,6 +27,9 @@ grml-live (0.0.10) unstable; urgency=low
     - squashfs-modules-2.6.23-grml (we build the module external now)
   * Support loading of squashfs module via
     /etc/grml/fai/live-initramfs/grml-script.init-top
     - squashfs-modules-2.6.23-grml (we build the module external now)
   * Support loading of squashfs module via
     /etc/grml/fai/live-initramfs/grml-script.init-top
+  * Make sure we have pinning for grml-stable and grml-testing
+    repositories via /etc/grml/fai/apt/preferences, not matter where
+    the packages come from (web vs. local mirror/cache for example).
   * Do not create /etc/sysconfig/network-scripts and
     /etc/sysconfig/provider any longer in cleanup script.
   * Fix typo in bootsplash f3 (thanks, jimmy).
   * Do not create /etc/sysconfig/network-scripts and
     /etc/sysconfig/provider any longer in cleanup script.
   * Fix typo in bootsplash f3 (thanks, jimmy).
index c7b2098..2004ece 100644 (file)
@@ -5,10 +5,19 @@ Pin-Priority: 997
 
 // main grml-repository:
 Package: *
 
 // main grml-repository:
 Package: *
-Pin: origin deb.grml.org
+Pin: release o=The grml project,a=grml-testing,l=grml,c=main
 Pin-Priority: 996
 
 Pin-Priority: 996
 
+Package: *
+Pin: release o=The grml project,a=grml-stable,l=grml,c=main
+Pin-Priority: 995
+
+Package: *
+Pin: origin deb.grml.org
+Pin-Priority: 994
+
 // debian unstable pool (default):
 Package: *
 Pin: release a=unstable,o=Debian
 Pin-Priority: 991
 // debian unstable pool (default):
 Package: *
 Pin: release a=unstable,o=Debian
 Pin-Priority: 991
+