From: martin@piware.de <> Date: Wed, 18 Oct 2006 11:32:55 +0000 (+0200) Subject: ubuntu-mirror: ingore uninteresting kernels X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=23b52aac3c315d413d6f29eec5b88e25f4086dcf ubuntu-mirror: ingore uninteresting kernels --- diff --git a/ubuntu-mirror b/ubuntu-mirror index d18c168..4778510 100755 --- a/ubuntu-mirror +++ b/ubuntu-mirror @@ -3,7 +3,7 @@ debmirror --dist hoary,hoary-updates,hoary-security,breezy,breezy-updates,breezy debmirror --dist dapper,dapper-updates,dapper-security --section main,restricted --arch i386 --no-source --progress --nocleanup --method http --ignore-release-gpg --host security.ubuntu.com --exclude-deb-section translation --exclude 'linux-(image|headers|source|patch|doc).*\.deb' --exclude '-dbg_.*\.deb' --root ubuntu /mirror debmirror --dist breezy,breezy-updates,dapper,dapper-updates --section main,restricted --arch amd64 --no-source --progress --nocleanup --method http --ignore-release-gpg --host de.archive.ubuntu.com --exclude-deb-section translation --exclude 'linux-(image|headers|tree|source|patch|doc)[^/]*\.deb' --exclude 'ia32-libs*' --exclude '-dbg_.*\.deb' --root ubuntu /mirror -debmirror --dist breezy-security,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-(image|tree|source|patch|doc)[^/]*\.deb' --exclude 'ia32-libs*' --exclude '-dbg_.*\.deb' --root ubuntu /mirror +debmirror --dist breezy-security,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.*(k8|xeon|server)' --exclude 'linux.*(9\.23|25\.43|26\.47)' --exclude 'ia32-libs*' --exclude '-dbg_.*\.deb' --root ubuntu /mirror cat <