]> git.pld-linux.org Git - packages/poldek.git/blob - poldek.conf
- proxy hint by y0shi
[packages/poldek.git] / poldek.conf
1 # $Id$
2
3 source = ra  ftp://ftp.pld.org.pl/dists/ra/PLD/i686/PLD/RPMS/
4
5 #source = ra-supported,noauto  ftp://ftp.pld.org.pl/dists/ra/supported/i686/
6
7 #source = ra-test,noauto  ftp://ftp.pld.org.pl/dists/ra/test/i686/
8
9 #source = nest,noauto  ftp://ftp.nest.pld.org.pl/PLD/i686/PLD/RPMS/
10 #source = nest-test,noauto  ftp://ftp.nest.pld.org.pl/test/i686/
11
12 # i686
13 #source = GNOME2i  ftp://ftp.pld.org.pl/people/wolf/GNOME2+Ra/RPMS/
14 # i686
15 #source = Ra+2.4.18  ftp://ep09.kernel.pl/pub/People/cieciwa/Ra+2.4.18/
16 #source = Ra+2.4.19  ftp://ep09.kernel.pl/pub/People/cieciwa/Ra+2.4.19/
17 # i586
18 #source = Ra+2.4.18  ftp://ftp.pld.org.pl/people/jack/Ra+2.4.18/
19 #source = Ra+2.4.19  ftp://ftp.pld.org.pl/people/jack/Ra+2.4.19/
20
21 # NOTE: directory *must* exists; default is ~/.poldek-cache
22 #cachedir = /var/tmp/poldek-cache
23
24 # permits using root privs for installation only; default "no"
25 #use_sudo  = yes
26
27 # Installation options
28
29 # install packages in small groups instead of doing all-or-nothing 
30 # installation; default "yes"
31 #particle_install = no
32
33 # automatically install packages required by installed ones; default "yes"
34 #follow = no
35
36 # greedy upgrades; default "no"
37 #greedy = yes
38
39 # "mercy" dependency checking; default "no"
40 #mercy = yes
41
42 # don't remove downloaded packages after successful installation; default "no"
43 #keep_downloads = yes
44
45 # confirm each installation; default "no"
46 #confirm_installs = yes
47
48 # let the user select package among equivalents 
49 #choose_equivalents_manually = yes
50
51
52 # prevent kernel* and dev from being upgraded if they are already installed.
53 #hold   = kernel* dev
54
55
56 # External downloaders configuration 
57 # Available semi-macros (as ws-separate tokens only):
58 #   %p[n] - package basename 
59 #   %d - cache dir
60 #   %D - cache dir/package basename
61 #   %P[n] - package full path(URL)
62
63 # Hint: if you use several PLD powered machines, you may concider using
64 # proxy server to speed up download.  To make use of proxy with poldek set
65 # HTTP_PROXY and/or FTP_PROXY environment variables or setup transparent
66 # proxy and uncomment one of the lines below. For more info use man
67 # {poldek|wget|snarf|squid|ipchains or iptables}
68                                           
69 #ftp_get       = /usr/bin/snarf %P %D
70 #ftp_get       = /usr/bin/wget -N --dot-style=binary -P %d %Pn
71 #http_get      = /usr/bin/wget -N --dot-style=binary -P %d %Pn
72 #https_get     = /usr/bin/curl %P -o %D
73 #rsync_get     = /usr/bin/rsync -v %P %d
74 #cdrom_get     = /usr/bin/vfjuggle %d %Pn
75
76
77 # Some rpm macros
78 #rpmdef        = _install_langs pl:pl_PL:lt:lt_LT
79
80 # don't install any documentation
81 #rpmdef        = _netsharedpath /usr/share/info:/usr/share/man
82 #rpmdef        = _excludedocs 1
This page took 0.029828 seconds and 4 git commands to generate.