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