From 860fe69bcdea28f2ccc9f58cc73073b6f10d5671 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 6 Sep 2002 21:49:34 +0000 Subject: [PATCH] Quieten warning about the lack of a debian-installer Release file. (The redirections are a bit dodgy, but they'll do.) --- my-debmirror | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/my-debmirror b/my-debmirror index bd2cc6f..1e2e5ae 100755 --- a/my-debmirror +++ b/my-debmirror @@ -2,6 +2,7 @@ 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/ "$@" + --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 "$@" -- 2.30.2