]> git.pld-linux.org Git - packages/poldek.git/blame - poldek.conf
- a bit cleaner version
[packages/poldek.git] / poldek.conf
CommitLineData
bb66e070 1# $Id$
2
47930bbf 3# main packages repository
24f3b772 4source = th ftp://ftp.th.pld-linux.org/dists/th/PLD/%ARCH%/RPMS/
b245b8ba 5source = th ftp://ftp.th.pld-linux.org/dists/th/PLD/noarch/RPMS/
22427752 6
24f3b772
MM
7# security updates after Th gets frozen (?)
8#source = th-updates-security ftp://ftp.th.pld-linux.org/dists/th/updates-security/%ARCH%/RPMS/
b245b8ba 9#source = th-updates-security ftp://ftp.th.pld-linux.org/dists/th/updates-security/noarch/RPMS/
47930bbf 10
24f3b772
MM
11# non-critical fixes and updates which will be base for next version of Th (?)
12#source = th-updates-general,noauto ftp://ftp.th.pld-linux.org/dists/th/updates-general/%ARCH%/RPMS/
b245b8ba 13#source = th-updates-general,noauto ftp://ftp.th.pld-linux.org/dists/th/updates-general/noarch/RPMS/
bcc125af 14
24f3b772
MM
15# everthing built by Th builders:
16#source = th-test,noauto ftp://ftp.th.pld-linux.org/dists/th/test/%ARCH%/RPMS/
b245b8ba 17#source = th-test,noauto ftp://ftp.th.pld-linux.org/dists/th/test/noarch/RPMS/
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"
22427752 52#confirm_installs = yes
bb66e070 53
9df6a68e 54# let the user select package among equivalents; default "no"
c4cb573d 55choose_equivalents_manually = yes
bb66e070 56
57
0ba24ae5 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
3d543bb2
MM
65# do not compare distribution versions of packages
66#nodistver = no
1f890d79 67
9df6a68e 68# External downloaders configuration
bb66e070 69# Available semi-macros (as ws-separate tokens only):
9df6a68e
TP
70# %p[n] - package basename
71# %d - cache dir
72# %D - cache dir/package basename
73# %P[n] - package full path(URL)
74#
0ba24ae5 75# Hint: if you use several PLD powered machines, you may consider using a
9df6a68e 76# proxy server to speed up download. To make use of proxy with poldek set
fad392f6
MM
77# HTTP_PROXY and/or FTP_PROXY environment variables or setup transparent
78# proxy and uncomment one of the lines below. For more info use man
79# {poldek|wget|snarf|squid|ipchains or iptables}
5e4472e9 80
9df6a68e 81#ftp_get = /usr/bin/snarf %P %D
d79538e1 82#ftp_get = /usr/bin/wget --dot-style=binary -P %d %Pn
9df6a68e 83#http_get = /usr/bin/wget -N --dot-style=binary -P %d %Pn
4801cb7e 84#http_get = /usr/bin/lwp-download %P %D
9df6a68e
TP
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
0ba24ae5 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.039438 seconds and 4 git commands to generate.