chiark / gitweb /
pwhich: A portable (I believe) /bin/sh implementation of 'which'.
[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/ "$@" 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 --section=main -d unstable/non-US --getcontents "$@"