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