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