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