From: Colin Watson Date: Wed, 19 May 2004 10:19:39 +0000 (+0000) Subject: my-debmirror: Mirror i386 and powerpc. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=commitdiff_plain;h=5aeb2e40f744b0d7465f2d15e79fa660e8110b67;ds=sidebyside 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. --- 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 "$@"