From 23eb3e40917aec65b2ef4412bfef0ef02b978780 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 19 Apr 2007 14:33:27 +0200 Subject: [PATCH] mirror feisty --- ubuntu-mirror | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ubuntu-mirror b/ubuntu-mirror index a35f870..a419341 100755 --- a/ubuntu-mirror +++ b/ubuntu-mirror @@ -6,6 +6,9 @@ debmirror --dist dapper,dapper-updates,dapper-security --section main,restricted # 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 +# feisty binaries +debmirror --dist feisty,feisty-updates,feisty-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|.*debug)[^/]*\.deb' --exclude 'linux.*(k8|xeon|server)' --exclude '-dbg_.*\.deb' --root ubuntu /mirror + cat <