]> 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_alt_arch = %ALT_ARCH%
6 _pld_prefix = ftp://ftp.ac.pld-linux.org/dists/ac
7 ## Some mirrors
8 ## You can use them if you have better connection there
9 # CI TASK:
10 #_pld_prefix = ftp://ftp.task.pld-linux.org/dists/ac
11
12
13 _ac_idxtype = pdir
14
15 # PLD 2.0 (Ac)
16 [source]
17 type  = %{_ac_idxtype}
18 name  = ac
19 path  = %{_pld_prefix}/PLD/%{_pld_arch}/PLD/RPMS/
20
21 [source]
22 type  = %{_ac_idxtype}
23 name  = ac-updates-security
24 path  = %{_pld_prefix}/updates/security/%{_pld_arch}/
25
26 [source]
27 type  = %{_ac_idxtype}
28 name  = ac-updates-general
29 path  = %{_pld_prefix}/updates/general/%{_pld_arch}/
30 noauto  = yes
31
32 [source]
33 type  = %{_ac_idxtype}
34 name  = ac-supported
35 path  = %{_pld_prefix}/supported/%{_pld_arch}/
36 noauto  = yes
37
38 [source]
39 type  = %{_ac_idxtype}
40 name  = ac-ready
41 path  = %{_pld_prefix}/ready/%{_pld_arch}/
42 noauto  = yes
43
44 [source]
45 type  = %{_ac_idxtype}
46 name  = ac-test
47 path  = %{_pld_prefix}/test/%{_pld_arch}/
48 noauto  = yes
This page took 0.03094 seconds and 3 git commands to generate.