]> git.pld-linux.org Git - packages/poldek.git/blob - poldek.conf
- fixes
[packages/poldek.git] / poldek.conf
1 # $Id$
2
3 # security updates
4 source = ra-updates-security    ftp://ftp.pld.org.pl/dists/ra/updates/security/i686/
5
6 # main packages repository
7 source = ra     ftp://ftp.pld.org.pl/dists/ra/PLD/i686/PLD/RPMS/
8
9 # non-critical fixes and updates which will be base for next version of 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-linux.org/PLD/i686/PLD/RPMS/
20 #source = nest-test,noauto      ftp://ftp.nest.pld-linux.org/test/i686/
21
22 # NOTE: directory *must* exist; default is ${TMPDIR:-~/.poldek-cache}
23 # but if that fails /tmp is taken
24 #cachedir = /var/tmp/poldek-cache
25
26 # use root privileges for installation only; default "no"
27 #use_sudo = yes
28
29
30 # Installation options
31
32 # install packages in small groups instead of doing all-or-nothing
33 # installation; default "yes"
34 #particle_install = no
35
36 # remove duplicate packages from available package set, i.e. this
37 # option ensures that only one instance (highest version from source
38 # with highest priority) of every package will be available
39 # for installation; default "no"
40 #unique_package_names = yes
41
42 # automatically install packages required by installed ones; default "yes"
43 #follow = no
44
45 # greedy upgrades; default "no"
46 #greedy = yes
47
48 # "mercy" dependency checking; default "no"
49 #mercy = yes
50
51 # don't remove downloaded packages after successful installation; default "no"
52 #keep_downloads = yes
53
54 # confirm each installation; default "no"
55 #confirm_installs = yes
56
57 # let the user select package among equivalents; default "no"
58 #choose_equivalents_manually = yes
59
60
61 # prevent kernel* and dev from being upgraded if they are already installed.
62 #hold = kernel* dev
63
64 # remove kernel* packages from available package set, i.e. make them
65 # invisible for the user
66 #ignore = kernel*
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.053173 seconds and 4 git commands to generate.