From 5aeb2e40f744b0d7465f2d15e79fa660e8110b67 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 19 May 2004 10:19:39 +0000 Subject: [PATCH] my-debmirror: Mirror i386 and powerpc. Remove quietening of debian-installer Release warnings. That's now done in my crontab instead so that 'my-debmirror -p' is useful when run interactively. --- my-debmirror | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/my-debmirror b/my-debmirror index 79ce8c6..fc0cbf3 100755 --- a/my-debmirror +++ b/my-debmirror @@ -2,7 +2,6 @@ DEB_MIRROR=${DEB_MIRROR:-ftp.de.debian.org} debmirror /mirror/debian -h "$DEB_MIRROR" --passive \ --nosource --section=main,contrib,non-free,main/debian-installer \ - --getcontents --ignore=non-US/ "$@" 2>&1 >/dev/null | \ - grep -v 'debian-installer.*Release' 1>&2 + --arch=i386,powerpc --getcontents --ignore=non-US/ "$@" debmirror /mirror/debian/non-US -h "$DEB_MIRROR" -r /debian-non-US --passive \ - --nosource -d unstable/non-US --getcontents "$@" + --nosource -d unstable/non-US --arch=i386,powerpc --getcontents "$@" -- 2.30.2