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