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