initial commit
[nodejs-repoproxy.git] / repos.conf
1 # cachedir is where it'll store files
2 cachedir:./cache
3
4 # port to listen on for requests
5 listenport:8008
6
7 ploop:asdf
8 # a repo definition
9 # repo:base_url:type:upstream_url:updateinterval:packageage
10 # were:
11 #               base_url is the name for url on this proxy (i.e. fedora for /fedora, /pub is automatically removed from urls, i.e. /pub/fedora = /fedora)
12 #               type = yum or apt
13 #               upstream_url is the url for the upstream repo
14 #               updateinterval is how often repo meta data is refreshed (days)
15 #               packageage is how long a package will go unread before it gets deleted (days)
16 repo:fedora:yum:http://ftp.iinet.net.au/pub/fedora/linux/:7:120
17 repo:fedora2:yum:http://ftp.iinet.net.au/pub/fedora/linux/:7:120