]> git.pld-linux.org Git - packages/poldek.git/blame - poldek.conf
This commit was manufactured by cvs2git to create tag 'auto-ac-poldek-
[packages/poldek.git] / poldek.conf
CommitLineData
6c4a8d1d 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]
11type = %{_ac_idxtype}
12name = ac
13path = %{_pld_prefix}/PLD/%{_pld_arch}/PLD/RPMS/
14
15[source]
16type = %{_ac_idxtype}
17name = ac-updates-security
18path = %{_pld_prefix}/updates/security/%{_pld_arch}/
19
20[source]
21type = %{_ac_idxtype}
22name = ac-updates-general
23path = %{_pld_prefix}/updates/general/%{_pld_arch}/
24noauto = yes
25
26[source]
27type = %{_ac_idxtype}
28name = ac-supported
29path = %{_pld_prefix}/supported/%{_pld_arch}/
30noauto = yes
31
32[source]
33type = %{_ac_idxtype}
34name = ac-ready
35path = %{_pld_prefix}/ready/%{_pld_arch}/
36noauto = yes
37
38[source]
39type = %{_ac_idxtype}
40name = ac-test
41path = %{_pld_prefix}/test/%{_pld_arch}/
42noauto = yes
This page took 0.078177 seconds and 4 git commands to generate.