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