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