From 30e832d185fece38fd1cd1e148bf738407da5af6 Mon Sep 17 00:00:00 2001
From: Martin Pitt <martin.pitt@ubuntu.com>
Date: Sat, 5 Jan 2008 21:09:02 +0100
Subject: [PATCH] ubuntu-mirror: fix dapper kernels

---
 ubuntu-mirror | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ubuntu-mirror b/ubuntu-mirror
index 941a046..2b8544d 100755
--- a/ubuntu-mirror
+++ b/ubuntu-mirror
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 
 # dapper binaries
-debmirror --dist dapper,dapper-proposed,dapper-updates,dapper-security --section main,restricted --arch amd64 --no-source --progress --nocleanup --method http --ignore-release-gpg --host security.ubuntu.com --exclude-deb-section translation --exclude 'linux-(tree|source|patch|doc)[^/]*\.deb' --exclude 'linux.*(386|k7|k8|xeon|server)' --exclude 'linux.*(9\.23|23\.39|25\.43|26\.47)' --exclude 'ia32-libs*' --exclude '-dbg_.*\.deb' --exclude 'openoffice.org-(l10n|help).*' --root ubuntu /mirror
+debmirror --dist dapper,dapper-proposed,dapper-updates,dapper-security --section main,restricted --arch amd64 --no-source --progress --nocleanup --method http --ignore-release-gpg --host security.ubuntu.com --exclude-deb-section translation --exclude 'linux-(tree|source|patch|doc)[^/]*\.deb' --exclude 'linux.*(386|k7|k8|xeon|server)' --exclude 'linux.*(23|25|26|27|28|29)' --exclude 'ia32-libs*' --exclude '-dbg_.*\.deb' --exclude 'openoffice.org-(l10n|help).*' --root ubuntu /mirror
 
 # edgy binaries
 #debmirror --dist edgy,edgy-updates,edgy-security --section main --arch amd64 --no-source --progress --nocleanup --method http --ignore-release-gpg --host de.archive.ubuntu.com --exclude-deb-section translation --exclude-deb-section kde --exclude 'linux-(tree|source|patch|doc)[^/]*\.deb' --exclude 'linux.*(k8|xeon|server)' --exclude '-dbg_.*\.deb' --root ubuntu /mirror
-- 
2.39.5