chiark / gitweb /
isttyutf8: New script to guess whether a terminal speaks UTF-8. Still eats
[bin.git] / my-debmirror
index 1e2e5ae7634a9399c0afc5fa6769b9b0999d7355..79ce8c6b79b5f3710eda23995ac6df81436e172c 100755 (executable)
@@ -1,8 +1,8 @@
-#! /bin/sh -e
+#! /bin/sh
 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 "$@"