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