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