From 57b1cb124bc0477f4e32b63db19b4186c743c07e Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 27 Jul 2007 08:47:25 +0200 Subject: [PATCH] ubuntu-mirror: get feisty-proposed --- ubuntu-mirror | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-mirror b/ubuntu-mirror index a419341..5f3c4f8 100755 --- a/ubuntu-mirror +++ b/ubuntu-mirror @@ -7,7 +7,7 @@ debmirror --dist dapper,dapper-updates,dapper-security --section main,restricted 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 +debmirror --dist feisty,feisty-proposed,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 <