From 40365fe9d80eacf442bd2da6486a9f1a79bdfe0d Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 2 Oct 2002 15:20:43 +0000 Subject: [PATCH] my-debmirror: Mirror contrib and non-free too. --- my-debmirror | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 "$@" -- 2.30.2