]> git.pld-linux.org Git - packages/poldek.git/blame - poldek.conf
- fixed fix (%$#@!)
[packages/poldek.git] / poldek.conf
CommitLineData
bb66e070 1# $Id$
2
a584cd21 3#source = Ra+2.4.18 ftp://ftp.pld.org.pl/people/jack/Ra+2.4.18/i686/
4#source = Ra+2.4.19 ftp://ftp.pld.org.pl/people/jack/Ra+2.4.19/i686/
5
bb66e070 6source = ra ftp://ftp.pld.org.pl/dists/ra/PLD/i686/PLD/RPMS/
7
05239019 8#source = ra-supported,noauto ftp://ftp.pld.org.pl/dists/ra/supported/i686/
a29bbb66 9
bb66e070 10#source = ra-test,noauto ftp://ftp.pld.org.pl/dists/ra/test/i686/
11
b13bf37a
AM
12#source = nest,noauto ftp://ftp.nest.pld.org.pl/PLD/i686/PLD/RPMS/
13#source = nest-test,noauto ftp://ftp.nest.pld.org.pl/test/i686/
bb66e070 14
4f33ca62 15# NOTE: directory *must* exist; default is ~/.poldek-cache
bb66e070 16#cachedir = /var/tmp/poldek-cache
17
18# permits using root privs for installation only; default "no"
19#use_sudo = yes
20
21# Installation options
22
23# install packages in small groups instead of doing all-or-nothing
24# installation; default "yes"
25#particle_install = no
26
27# automatically install packages required by installed ones; default "yes"
28#follow = no
29
43e635b9 30# greedy upgrades; default "no"
bb66e070 31#greedy = yes
32
43e635b9 33# "mercy" dependency checking; default "no"
bb66e070 34#mercy = yes
35
43e635b9 36# don't remove downloaded packages after successful installation; default "no"
bb66e070 37#keep_downloads = yes
38
43e635b9 39# confirm each installation; default "no"
bb66e070 40#confirm_installs = yes
41
42# let the user select package among equivalents
43#choose_equivalents_manually = yes
44
45
46# prevent kernel* and dev from being upgraded if they are already installed.
47#hold = kernel* dev
48
49
50# External downloaders configuration
51# Available semi-macros (as ws-separate tokens only):
52# %p[n] - package basename
53# %d - cache dir
54# %D - cache dir/package basename
55# %P[n] - package full path(URL)
56#
5e4472e9 57# Hint: if you use several PLD powered machines, you may consider using
fad392f6
MM
58# proxy server to speed up download. To make use of proxy with poldek set
59# HTTP_PROXY and/or FTP_PROXY environment variables or setup transparent
60# proxy and uncomment one of the lines below. For more info use man
61# {poldek|wget|snarf|squid|ipchains or iptables}
5e4472e9 62
bb66e070 63#ftp_get = /usr/bin/snarf %P %D
fad392f6 64#ftp_get = /usr/bin/wget -N --dot-style=binary -P %d %Pn
bb66e070 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.032542 seconds and 4 git commands to generate.