]> git.pld-linux.org Git - packages/poldek.git/blame - poldek.conf
This commit was manufactured by cvs2git to create branch 'RA-
[packages/poldek.git] / poldek.conf
CommitLineData
bb66e070 1# $Id$
2
fce22f8d 3# security updates
4source = ra-updates-security ftp://ftp.%ARCH%.ra.pld-linux.org/dists/ra/updates/security/%ARCH%/
22427752 5
fce22f8d 6# main packages repository
7source = ra ftp://ftp.%ARCH%.ra.pld-linux.org/dists/ra/PLD/%ARCH%/PLD/RPMS/
47930bbf 8
fce22f8d 9# non-critical fixes and updates which will be base for next version of Ra
10source = ra-updates-general,noauto ftp://ftp.%ARCH%.ra.pld-linux.org/dists/ra/updates/general/%ARCH%/
bcc125af 11
fce22f8d 12# Other, sometimes obsolete, stuff
13source = ra-supported,noauto ftp://ftp.%ARCH%.ra.pld-linux.org/dists/ra/supported/%ARCH%/
a29bbb66 14
0ba24ae5 15# Things that are scheduled to move to updates/*
c25a89e6 16# Testers are *really* needed, but you have to know what are you doing
fce22f8d 17#source = ra-ready,noauto ftp://ftp.%ARCH%.ra.pld-linux.org/dists/ra/ready/%ARCH%/
85fad472 18
fce22f8d 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.%ARCH%.ra.pld-linux.org/dists/ra/test/%ARCH%/
bb66e070 22
fce22f8d 23#source = nest,noauto ftp://ftp.nest.pld-linux.org/PLD/%ARCH%/PLD/RPMS/
24#source = nest-test,noauto ftp://ftp.nest.pld-linux.org/test/%ARCH%/
bb66e070 25
9df6a68e
TP
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
1f890d79 30# use root privileges for installation only; default "no"
9df6a68e 31#use_sudo = yes
bb66e070 32
1f890d79 33
bb66e070 34# Installation options
35
9df6a68e 36# install packages in small groups instead of doing all-or-nothing
bb66e070 37# installation; default "yes"
38#particle_install = no
39
9df6a68e
TP
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
1f890d79 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"
fce22f8d 59confirm_installs = yes
bb66e070 60
9df6a68e 61# let the user select package among equivalents; default "no"
c4cb573d 62choose_equivalents_manually = yes
bb66e070 63
64
0ba24ae5 65# prevent kernel* and dev from being upgraded if they are already installed
9df6a68e 66#hold = kernel* dev
bb66e070 67
9df6a68e
TP
68# remove kernel* packages from available package set, i.e. make them
69# invisible for the user
70#ignore = kernel*
1f890d79 71
fce22f8d 72# use Epoch comparison compatible with rpm < 4.2.1
73promoteepoch = yes
1f890d79 74
9df6a68e 75# External downloaders configuration
bb66e070 76# Available semi-macros (as ws-separate tokens only):
9df6a68e
TP
77# %p[n] - package basename
78# %d - cache dir
79# %D - cache dir/package basename
80# %P[n] - package full path(URL)
81#
0ba24ae5 82# Hint: if you use several PLD powered machines, you may consider using a
9df6a68e 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
9df6a68e
TP
88#ftp_get = /usr/bin/snarf %P %D
89#ftp_get = /usr/bin/wget -N --dot-style=binary -P %d %Pn
fce22f8d 90#http_get = /usr/bin/wget -N --dot-style=binary %P -O %D
9df6a68e
TP
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
fce22f8d 96# Some rpm macros
9df6a68e 97#rpmdef = _install_langs pl:pl_PL:lt:lt_LT
bb66e070 98
99# don't install any documentation
9df6a68e
TP
100#rpmdef = _netsharedpath /usr/share/info:/usr/share/man
101#rpmdef = _excludedocs 1
This page took 0.056536 seconds and 4 git commands to generate.