]> git.pld-linux.org Git - packages/poldek.git/blob - poldek.conf
- removed KDE3-Pack - not needed now.
[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 = GNOME2        ftp://ftp.pld.org.pl/people/wolf/GNOME2+Ra/RPMS/
14 # i686
15 #source = Ra+2.4        ftp://ep09.kernel.pl/pub/People/cieciwa/Ra+2.4/
16
17 # NOTE: directory *must* exists; default is ~/.poldek-cache
18 #cachedir = /var/tmp/poldek-cache
19
20 # permits using root privs for installation only; default "no"
21 #use_sudo  = yes
22
23 # Installation options
24
25 # install packages in small groups instead of doing all-or-nothing 
26 # installation; default "yes"
27 #particle_install = no
28
29 # automatically install packages required by installed ones; default "yes"
30 #follow = no
31
32 # greedy upgrades; default "no"
33 #greedy = yes
34
35 # "mercy" dependency checking; default "no"
36 #mercy = yes
37
38 # don't remove downloaded packages after successful installation; default "no"
39 #keep_downloads = yes
40
41 # confirm each installation; default "no"
42 #confirm_installs = yes
43
44 # let the user select package among equivalents 
45 #choose_equivalents_manually = yes
46
47
48 # prevent kernel* and dev from being upgraded if they are already installed.
49 #hold   = kernel* dev
50
51
52 # External downloaders configuration 
53 # Available semi-macros (as ws-separate tokens only):
54 #   %p[n] - package basename 
55 #   %d - cache dir
56 #   %D - cache dir/package basename
57 #   %P[n] - package full path(URL)
58
59
60 #ftp_get       = /usr/bin/snarf %P %D
61 #http_get      = /usr/bin/wget -N --dot-style=binary -P %d %Pn
62 #https_get     = /usr/bin/curl %P -o %D
63 #rsync_get     = /usr/bin/rsync -v %P %d
64 #cdrom_get     = /usr/bin/vfjuggle %d %Pn
65
66
67 # Some rpm macros
68 #rpmdef        = _install_langs pl:pl_PL:lt:lt_LT
69
70 # don't install any documentation
71 #rpmdef        = _netsharedpath /usr/share/info:/usr/share/man
72 #rpmdef        = _excludedocs 1
This page took 0.0381320000000001 seconds and 4 git commands to generate.