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