From: Martin Pitt Date: Thu, 19 Apr 2007 12:33:27 +0000 (+0200) Subject: mirror feisty X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=23eb3e40917aec65b2ef4412bfef0ef02b978780 mirror feisty --- 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 <