]> 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 Linux Distribution <http://www.pld-linux.org/>.
3
4 # specify our packages archidecture
5 _pld_arch   = %ARCH%
6
7 # mirror we use
8 _pld_prefix = ftp://ftp.ac.pld-linux.org/dists/ac
9 # mirror for main packages
10 _pld_main_prefix = %{_pld_prefix}
11
12 ## Some mirrors
13 ## You can use them if you have better connection there
14 # CI TASK:
15 #_pld_prefix = ftp://ftp.task.pld-linux.org/dists/ac
16
17 _ac_idxtype = pndir
18
19 # PLD 2.0 (Ac)
20 [source]
21 type   = %{_ac_idxtype}
22 name   = ac
23 path   = %{_pld_main_prefix}/PLD/%{_pld_arch}/PLD/RPMS/
24
25 [source]
26 type   = %{_ac_idxtype}
27 name   = ac-updates-security
28 path   = %{_pld_prefix}/updates/security/%{_pld_arch}/
29
30 [source]
31 type   = %{_ac_idxtype}
32 name   = ac-updates-general
33 path   = %{_pld_prefix}/updates/general/%{_pld_arch}/
34 auto   = no
35 autoup = no
36
37 [source]
38 type   = %{_ac_idxtype}
39 name   = ac-supported
40 path   = %{_pld_prefix}/supported/%{_pld_arch}/
41 auto   = no
42 autoup = no
43
44 [source]
45 type   = %{_ac_idxtype}
46 name   = ac-ready
47 path   = %{_pld_prefix}/ready/%{_pld_arch}/
48 auto   = no
49 autoup = no
50
51 [source]
52 type   = %{_ac_idxtype}
53 name   = ac-test
54 path   = %{_pld_prefix}/test/%{_pld_arch}/
55 auto   = no
56 autoup = no
This page took 0.034008 seconds and 3 git commands to generate.