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