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