X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=blobdiff_plain;f=my-debmirror;h=458efc0f4666f37859c49ab7573a58b53e024b89;hp=1e2e5ae7634a9399c0afc5fa6769b9b0999d7355;hb=718d711b63dec4cf67add0ae35358daa3f20ab44;hpb=860fe69bcdea28f2ccc9f58cc73073b6f10d5671 diff --git a/my-debmirror b/my-debmirror index 1e2e5ae..458efc0 100755 --- a/my-debmirror +++ b/my-debmirror @@ -1,8 +1,8 @@ #! /bin/sh -e DEB_MIRROR=${DEB_MIRROR:-ftp.de.debian.org} debmirror /mirror/debian -h "$DEB_MIRROR" --passive \ - --nosource --section=main,main/debian-installer --getcontents \ - --ignore=non-US/ "$@" 2>&1 >/dev/null | \ + --nosource --section=main,contrib,non-free,main/debian-installer \ + --getcontents --ignore=non-US/ "$@" 2>&1 >/dev/null | \ grep -v 'debian-installer.*Release' 1>&2 debmirror /mirror/debian/non-US -h "$DEB_MIRROR" -r /debian-non-US --passive \ - --nosource --section=main -d unstable/non-US --getcontents "$@" + --nosource -d unstable/non-US --getcontents "$@"