]> git.pld-linux.org Git - packages/poldek.git/blob - poldek.conf
This commit was manufactured by cvs2git to create tag 'auto-ac-poldek-
[packages/poldek.git] / poldek.conf
1 # $Id$
2 # PLD <http://www.pld-linux.org/>
3
4 _pld_arch   = %ARCH%
5 _pld_prefix = http://ftp.ac.pld-linux.org/dists/ac
6
7 _ac_idxtype = pdir
8
9 # PLD 2.0 (Ac)
10 [source]
11 type  = %{_ac_idxtype}
12 name  = ac
13 path  = %{_pld_prefix}/PLD/%{_pld_arch}/PLD/RPMS/
14
15 [source]
16 type  = %{_ac_idxtype}
17 name  = ac-updates-security
18 path  = %{_pld_prefix}/updates/security/%{_pld_arch}/
19
20 [source]
21 type  = %{_ac_idxtype}
22 name  = ac-updates-general
23 path  = %{_pld_prefix}/updates/general/%{_pld_arch}/
24 noauto  = yes
25
26 [source]
27 type  = %{_ac_idxtype}
28 name  = ac-supported
29 path  = %{_pld_prefix}/supported/%{_pld_arch}/
30 noauto  = yes
31
32 [source]
33 type  = %{_ac_idxtype}
34 name  = ac-ready
35 path  = %{_pld_prefix}/ready/%{_pld_arch}/
36 noauto  = yes
37
38 [source]
39 type  = %{_ac_idxtype}
40 name  = ac-test
41 path  = %{_pld_prefix}/test/%{_pld_arch}/
42 noauto  = yes
This page took 0.122531 seconds and 3 git commands to generate.