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