# $HeadURL$ $LastChangedRevision$ ############################################################################## # # Internal variables (defined for convenience and referenced only from within # this file) # ############################################################################## _RELEASES="squeeze" _PORTS="i386 amd64" _SECTIONS="main contrib non-free main/debian-installer" ############################################################################## # # Repository contents (defines what is in or may be inserted into this repo) # ############################################################################## # The set of *all* releases, ports and sections this repository will contain. for _RELEASE in $_RELEASES; do release $_RELEASE for _PORT in $_PORTS; do port $_RELEASE $_PORT done for _SECTION in $_SECTIONS; do # Don't let target system see udebs intended for installer only. [ $_SECTION != main/debian-installer ] || continue section $_RELEASE $_SECTION done done ############################################################################## # # Misc settings # ############################################################################## # URL for the repo url "http://install.pasta.net/./" # The path to your mirror mirror_dir "/pub/mirrors/" # The path to your freezes freeze_dir "/pub/freezes/." # The path to your indirect indirect_dir "/pub/indirects/." # The command to update the mirror in the current directory. mirror_cmd "debmirror --rsync-options=\"-aIL --partial --no-motd --chmod=u=rw,go=r,D+x\" --i18n --ignore-release-gpg --getcontents --nosource --method=rsync --host=ftp2.de.debian.org --root=:debian --arch=${_PORTS// /,} --dist=${_RELEASES// /,} --section=${_SECTIONS// /,} --di-dist=dists --di-arch=arches ." # Which distribution is this repo for? distro debian