chiark / gitweb /
Remove 6to4, now kept elsewhere.
[bin.git] / my-debmirror
1 #! /bin/sh -e
2 DEB_MIRROR=${DEB_MIRROR:-ftp.de.debian.org}
3 debmirror /mirror/debian -h "$DEB_MIRROR" --passive \
4           --nosource --section=main,main/debian-installer --getcontents \
5           --ignore=non-US/ "$@"
6 debmirror /mirror/debian/non-US -h "$DEB_MIRROR" -r /debian-non-US --passive \
7           --nosource --section=main -d unstable/non-US --getcontents "$@"