chiark / gitweb /
get-kernel: Only move 'linux' out of the way if it exists as a symbolic
[bin.git] / my-debmirror
index 1e2e5ae7634a9399c0afc5fa6769b9b0999d7355..458efc0f4666f37859c49ab7573a58b53e024b89 100755 (executable)
@@ -1,8 +1,8 @@
 #! /bin/sh -e
 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 "$@"