From: Colin Watson Date: Wed, 2 Oct 2002 15:20:43 +0000 (+0000) Subject: my-debmirror: Mirror contrib and non-free too. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=commitdiff_plain;h=40365fe9d80eacf442bd2da6486a9f1a79bdfe0d my-debmirror: Mirror contrib and non-free too. --- 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 "$@"