chiark / gitweb /
79ce8c6b79b5f3710eda23995ac6df81436e172c
[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           --getcontents --ignore=non-US/ "$@" 2>&1 >/dev/null | \
6           grep -v 'debian-installer.*Release' 1>&2
7 debmirror /mirror/debian/non-US -h "$DEB_MIRROR" -r /debian-non-US --passive \
8           --nosource -d unstable/non-US --getcontents "$@"