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