X-Git-Url: https://piware.de/gitweb/?a=blobdiff_plain;f=ubuntu-mirror;h=5f3c4f8a13476243e776b654bbde1ad9e7d98b22;hb=bb7c28698e7d66ed14d3d3d5897df9cde5e2ff78;hp=6e775690b1366d8cd0e4d6a86458245eabd03d70;hpb=08fc6708cf3a2dba8e0286e3499002080d594536;p=bin.git diff --git a/ubuntu-mirror b/ubuntu-mirror index 6e77569..5f3c4f8 100755 --- a/ubuntu-mirror +++ b/ubuntu-mirror @@ -1,11 +1,14 @@ #!/bin/sh -e # 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 +debmirror --dist dapper,dapper-updates,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.*(386|k7|k8|xeon|server)' --exclude 'linux.*(9\.23|23\.39|25\.43|26\.47)' --exclude 'ia32-libs*' --exclude '-dbg_.*\.deb' --root ubuntu /mirror # 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-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 <