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