### This describes the various package repositories (repos) that up2date will ### query for packages. It currently supports apt-rpm, yum, and "dir" repos. ### Format is one repository (repo) entry per line, # starts comments, the ### first word on each line is the type of repo. ### The default RHN (using "default" as the url means use the one in the ### up2date config file). This is required. up2date default ### Note: when a channel label is required for the non up2date repos, ### the label is solely used as an internal identifier and is not ### based on the url or any other info from the repos. ### An apt style repo (the example is arjan's 2.6 kernel repo). ### The format is: ### type channel-label service:server path repo name #apt arjan-2.6-kernel-i386 http://people.redhat.com ~arjanv/2.5/ kernel ### Note: for apt repos, there can be multiple repo names specified (space ### seperated). ### A yum style repo. The format is: ### type channel-label url yum loncapa-updates http://install.loncapa.org/redhat/linux/enterprise/loncapa/4ES/$ARCH yum loncapa-updates-noarch http://install.loncapa.org/redhat/linux/enterprise/loncapa/4ES/noarch yum loncapa-testing-basearch http://install.loncapa.org/msu/testing/redhat/4ES/$ARCH yum loncapa-testing-noarch http://install.loncapa.org/msu/testing/redhat/4ES/noarch #yum fedora-core-development http://download.fedora.redhat.com/pub/fedora/linux/core/development/$ARCH/ ### A local directory full of packages (a "dir" repo). For example: #dir my-favorite-rpms /var/spool/RPMS/ # Multiple versions of all repos except "up2date" can be used. Dependencies # can be resolved "cross-repo" if need be.