# $HeadURL$ $LastChangedRevision$ ############################################################################## # # Internal variables (defined for convenience and referenced only from within # this file) # ############################################################################## _RELEASES="6.3" _PORTS="x86_64" _LAYOUT="/os/" ############################################################################## # # Repository contents (defines what is in or may be inserted into this repo) # ############################################################################## # The set of *all* releases and ports this repository will contain. for _RELEASE in $_RELEASES; do release $_RELEASE for _PORT in $_PORTS; do port $_RELEASE $_PORT done layout $_RELEASE $_LAYOUT 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 "rpmmirror --releases=${_RELEASES// /,} --ports=${_PORTS// /,} --layout=\"$_LAYOUT\" http://vault.centos.org/ ." # Which distribution is this repo for? distro centos