]> git.pld-linux.org Git - packages/poldek.git/blob - poldek.conf
- updates
[packages/poldek.git] / poldek.conf
1 # $Id$
2
3 #source = Ra+2.4.18  ftp://ftp.pld.org.pl/people/jack/Ra+2.4.18/i686/
4 #source = Ra+2.4.19  ftp://ftp.pld.org.pl/people/jack/Ra+2.4.19/i686/
5
6 source = ra  ftp://ftp.pld.org.pl/dists/ra/PLD/i686/PLD/RPMS/
7
8 #source = ra-supported,noauto  ftp://ftp.pld.org.pl/dists/ra/supported/i686/
9
10 #source = ra-test,noauto  ftp://ftp.pld.org.pl/dists/ra/test/i686/
11
12 #source = nest,noauto  ftp://ftp.nest.pld.org.pl/PLD/i686/PLD/RPMS/
13 #source = nest-test,noauto  ftp://ftp.nest.pld.org.pl/test/i686/
14
15 # NOTE: directory *must* exist; default is ~/.poldek-cache
16 #cachedir = /var/tmp/poldek-cache
17
18 # use root privileges for installation only; default "no"
19 #use_sudo  = yes
20
21
22 # Installation options
23
24 # install packages in small groups instead of doing all-or-nothing 
25 # installation; default "yes"
26 #particle_install = no
27
28 # remove duplicate packages from available package set, i.e. this 
29 # option ensures that only one instance (highest version from source 
30 # with highest priority) of every package will be available 
31 # for installation; default "no"
32 #unique_package_names = yes
33
34 # automatically install packages required by installed ones; default "yes"
35 #follow = no
36
37 # greedy upgrades; default "no"
38 #greedy = yes
39
40 # "mercy" dependency checking; default "no"
41 #mercy = yes
42
43 # don't remove downloaded packages after successful installation; default "no"
44 #keep_downloads = yes
45
46 # confirm each installation; default "no"
47 #confirm_installs = yes
48
49 # let the user select package among equivalents; default "no" 
50 #choose_equivalents_manually = yes
51
52
53 # prevent kernel* and dev from being upgraded if they are already installed.
54 #hold   = kernel* dev
55
56 # remove kernel* packages from available package set, i.e. make them 
57 # invisible for the user  
58 #ignore  = kernel*
59
60
61
62 # External downloaders configuration 
63 # Available semi-macros (as ws-separate tokens only):
64 #   %p[n] - package basename 
65 #   %d - cache dir
66 #   %D - cache dir/package basename
67 #   %P[n] - package full path(URL)
68
69 # Hint: if you use several PLD powered machines, you may consider using
70 # proxy server to speed up download.  To make use of proxy with poldek set
71 # HTTP_PROXY and/or FTP_PROXY environment variables or setup transparent
72 # proxy and uncomment one of the lines below. For more info use man
73 # {poldek|wget|snarf|squid|ipchains or iptables}
74
75 #ftp_get       = /usr/bin/snarf %P %D
76 #ftp_get       = /usr/bin/wget -N --dot-style=binary -P %d %Pn
77 #http_get      = /usr/bin/wget -N --dot-style=binary -P %d %Pn
78 #https_get     = /usr/bin/curl %P -o %D
79 #rsync_get     = /usr/bin/rsync -v %P %d
80 #cdrom_get     = /usr/bin/vfjuggle %d %Pn
81
82
83 # Some rpm macros
84 #rpmdef        = _install_langs pl:pl_PL:lt:lt_LT
85
86 # don't install any documentation
87 #rpmdef        = _netsharedpath /usr/share/info:/usr/share/man
88 #rpmdef        = _excludedocs 1
This page took 0.068994 seconds and 4 git commands to generate.