chiark / gitweb /
my-debmirror: Mirror source.
authorColin Watson <cjwatson@chiark.greenend.org.uk>
Wed, 9 Jun 2004 16:52:24 +0000 (16:52 +0000)
committerColin Watson <cjwatson@chiark.greenend.org.uk>
Wed, 9 Jun 2004 16:52:24 +0000 (16:52 +0000)
my-debmirror

index fc0cbf324ce4a5e28bd7a25f67ee5a4bd284a963..047197af841a9f65f69cd49f342c186386ba876c 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 DEB_MIRROR=${DEB_MIRROR:-ftp.de.debian.org}
 debmirror /mirror/debian -h "$DEB_MIRROR" --passive \
-         --nosource --section=main,contrib,non-free,main/debian-installer \
+         --section=main,contrib,non-free,main/debian-installer \
          --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 --arch=i386,powerpc --getcontents "$@"
+         -d unstable/non-US --arch=i386,powerpc --getcontents "$@"