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