chiark / gitweb /
my-debmirror: Mirror contrib and non-free too.
authorColin Watson <cjwatson@chiark.greenend.org.uk>
Wed, 2 Oct 2002 15:20:43 +0000 (15:20 +0000)
committerColin Watson <cjwatson@chiark.greenend.org.uk>
Wed, 2 Oct 2002 15:20:43 +0000 (15:20 +0000)
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 "$@"