]> git.pld-linux.org Git - packages/poldek.git/blame - poldek.conf
- updated to 0.18.9.1
[packages/poldek.git] / poldek.conf
CommitLineData
bb66e070 1# $Id$
2
47930bbf 3# main packages repository
988fb2e5 4source = ac ftp://ftp.%ARCH%.ac.pld-linux.org/dists/ac/PLD/%ARCH%/PLD/RPMS/
22427752 5
988fb2e5 6# security updates after Ac gets frozen
7source = ac-updates-security ftp://ftp.%ARCH%.ac.pld-linux.org/dists/ac/updates/security/%ARCH%/
47930bbf 8
988fb2e5 9# non-critical fixes and updates which will be base for next version of Ac
10source = ac-updates-general,noauto ftp://ftp.%ARCH%.ac.pld-linux.org/dists/ac/updates/general/%ARCH%/
bcc125af 11
988fb2e5 12# other, sometimes obsolete, stuff
13source = ac-supported,noauto ftp://ftp.%ARCH%.ac.pld-linux.org/dists/ac/supported/%ARCH%/
14
15# Things that are scheduled to move to updates/*
16# Testers are *really* needed, but you have to know what are you doing
17#source = ac-ready,noauto ftp://ftp.%ARCH%.ac.pld-linux.org/dists/ac/ready/%ARCH%/
18
19# everything that is built by AC-builders:
20#source = ac-test,noauto ftp://ftp.%ARCH%.ac.pld-linux.org/dists/ac/test/%ARCH%/
21
22#source = nest-test,noauto ftp://ftp.nest.pld-linux.org/test/%ARCH%/
bb66e070 23
9df6a68e
TP
24# NOTE: directory *must* exist; default is ${TMPDIR:-~/.poldek-cache}
25# but if that fails /tmp is taken
bb66e070 26#cachedir = /var/tmp/poldek-cache
27
1f890d79 28# use root privileges for installation only; default "no"
9df6a68e 29#use_sudo = yes
bb66e070 30
1f890d79 31
bb66e070 32# Installation options
33
9df6a68e 34# install packages in small groups instead of doing all-or-nothing
bb66e070 35# installation; default "yes"
36#particle_install = no
37
9df6a68e
TP
38# remove duplicate packages from available package set, i.e. this
39# option ensures that only one instance (highest version from source
40# with highest priority) of every package will be available
1f890d79 41# for installation; default "no"
42#unique_package_names = yes
43
bb66e070 44# automatically install packages required by installed ones; default "yes"
45#follow = no
46
43e635b9 47# greedy upgrades; default "no"
bb66e070 48#greedy = yes
49
43e635b9 50# "mercy" dependency checking; default "no"
bb66e070 51#mercy = yes
52
43e635b9 53# don't remove downloaded packages after successful installation; default "no"
bb66e070 54#keep_downloads = yes
55
43e635b9 56# confirm each installation; default "no"
22427752 57#confirm_installs = yes
bb66e070 58
9df6a68e 59# let the user select package among equivalents; default "no"
c4cb573d 60choose_equivalents_manually = yes
bb66e070 61
0ba24ae5 62# prevent kernel* and dev from being upgraded if they are already installed
9df6a68e 63#hold = kernel* dev
bb66e070 64
9df6a68e
TP
65# remove kernel* packages from available package set, i.e. make them
66# invisible for the user
67#ignore = kernel*
1f890d79 68
3d543bb2
MM
69# do not compare distribution versions of packages
70#nodistver = no
1f890d79 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#
0ba24ae5 79# Hint: if you use several PLD powered machines, you may consider using a
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
de344dad 83# {poldek|wget|axel|snarf|squid|ipchains or iptables}
5e4472e9 84
9df6a68e 85#ftp_get = /usr/bin/snarf %P %D
de344dad 86#ftp_get = /usr/bin/axel -a -o %D %P
d79538e1 87#ftp_get = /usr/bin/wget --dot-style=binary -P %d %Pn
9df6a68e 88#http_get = /usr/bin/wget -N --dot-style=binary -P %d %Pn
988fb2e5 89#http_get = /usr/bin/axel -a -o %D %P
4801cb7e 90#http_get = /usr/bin/lwp-download %P %D
9df6a68e
TP
91#https_get = /usr/bin/curl %P -o %D
92#rsync_get = /usr/bin/rsync -v %P %d
93#cdrom_get = /usr/bin/vfjuggle %d %Pn
bb66e070 94
95
0ba24ae5 96# some rpm macros
9df6a68e 97#rpmdef = _install_langs pl:pl_PL:lt:lt_LT
bb66e070 98
99# don't install any documentation
9df6a68e
TP
100#rpmdef = _netsharedpath /usr/share/info:/usr/share/man
101#rpmdef = _excludedocs 1
This page took 0.119316 seconds and 4 git commands to generate.