setting up ... doing an upgrade ... extracting one repo's config file ... # $HeadURL: http://dione.no-ip.org/svn/paa/tags/1.99.8/doc/examples/localpublic-deb.conf $ $LastChangedRevision: 5566 $ ############################################################################## # # Internal variables (defined for convenience and referenced only from within # this file) # ############################################################################## _RELEASES="lenny squeeze wheezy UNRELEASED" _PORTS="i386 amd64" _SECTIONS="main" ############################################################################## # # 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 section $_RELEASE $_SECTION done done ############################################################################## # # Compatibility (defines on which distros each release in this non-distro # repo may be installed) # ############################################################################## # Each release in this repository is compatible with which distros? for _RELEASE in $_RELEASES; do compat $_RELEASE deb debian $_RELEASE done compat squeeze deb ubuntu \* ############################################################################## # # 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/." # What IP mask should be used for sharing? cidr 192.168.0.0/16 # Path to the repository (not the mirror of the repository) path /pub/computing/software/local/debian/localpublic-deb # Debian repositories need to know a few other things. origin "Alexis Huxley" label "Alexis Huxley" signer "alexis"