chiark / gitweb /
my-debmirror: Mirror i386 and powerpc.
authorColin Watson <cjwatson@chiark.greenend.org.uk>
Wed, 19 May 2004 10:19:39 +0000 (10:19 +0000)
committerColin Watson <cjwatson@chiark.greenend.org.uk>
Wed, 19 May 2004 10:19:39 +0000 (10:19 +0000)
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

index 79ce8c6b79b5f3710eda23995ac6df81436e172c..fc0cbf324ce4a5e28bd7a25f67ee5a4bd284a963 100755 (executable)
@@ -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 \
 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 \
 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 "$@"