From: martin@piware.de <> Date: Tue, 19 Dec 2006 16:37:28 +0000 (+0100) Subject: ubuntu-mirror: do not mirror sources any more X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=08fc6708cf3a2dba8e0286e3499002080d594536 ubuntu-mirror: do not mirror sources any more --- diff --git a/ubuntu-mirror b/ubuntu-mirror index 9de6a6a..6e77569 100755 --- a/ubuntu-mirror +++ b/ubuntu-mirror @@ -1,8 +1,5 @@ #!/bin/sh -e -# source -debmirror --dist breezy,breezy-updates,breezy-security,dapper,dapper-updates,dapper-security --section main,restricted --arch none --source --progress --nocleanup --method http --ignore-release-gpg --host archive.ubuntu.com --exclude-deb-section translation --exclude 'openoffice.*amd.*tar.gz' --exclude 'ia32-libs*' --root ubuntu /mirror - # dapper binaries debmirror --dist dapper,dapper-updates,dapper-security --section main,restricted --arch i386,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' --root ubuntu /mirror