]> git.pld-linux.org Git - packages/poldek.git/blob - poldek.conf
- added noarchs
[packages/poldek.git] / poldek.conf
1 # PLD <http://www.pld-linux.org/>
2
3 _pld_arch   = %ARCH%
4 _pld_alt_arch = %ALT_ARCH%
5 _pld_prefix = ftp://ftp.th.pld-linux.org/dists/th
6 ## Some mirrors
7 ## You can use them if you have better connection there
8 # CI TASK:
9 #_pld_prefix = ftp://ftp.task.pld-linux.org/dists/th
10
11
12 _th_idxtype = pndir
13
14 # PLD 3.0 (Th)
15 [source]
16 type  = %{_th_idxtype}
17 name  = th
18 path  = %{_pld_prefix}/PLD/%{_pld_arch}/RPMS/
19
20 [source]
21 type  = %{_th_idxtype}
22 name  = th
23 path  = %{_pld_prefix}/PLD/noarch/RPMS/
24
25 [source]
26 type  = %{_th_idxtype}
27 name  = th-updates-security
28 path  = %{_pld_prefix}/updates-security/%{_pld_arch}/RPMS/
29
30 [source]
31 type  = %{_th_idxtype}
32 name  = th-updates-security
33 path  = %{_pld_prefix}/updates-security/noarch/RPMS/
34
35 [source]
36 type  = %{_th_idxtype}
37 name  = th-updates-general
38 path  = %{_pld_prefix}/updates-general/%{_pld_arch}/RPMS/
39 noauto  = yes
40
41 [source]
42 type  = %{_th_idxtype}
43 name  = th-updates-general
44 path  = %{_pld_prefix}/updates-general/noarch/RPMS/
45 noauto  = yes
46
47
48 #[source]
49 #type  = %{_th_idxtype}
50 #name  = th-supported
51 #path  = %{_pld_prefix}/supported/%{_pld_arch}/
52 #noauto = yes
53
54 [source]
55 type  = %{_th_idxtype}
56 name  = th-ready
57 path  = %{_pld_prefix}/ready/%{_pld_arch}/RPMS/
58 noauto  = yes
59
60 [source]
61 type  = %{_th_idxtype}
62 name  = th-ready
63 path  = %{_pld_prefix}/ready/noarch/RPMS/
64 noauto  = yes
65
66 [source]
67 type  = %{_th_idxtype}
68 name  = th-test
69 path  = %{_pld_prefix}/test/%{_pld_arch}/RPMS/
70 noauto  = yes
71
72 [source]
73 type  = %{_th_idxtype}
74 name  = th-test
75 path  = %{_pld_prefix}/test/noarch/RPMS/
76 noauto  = yes
77
This page took 0.09394 seconds and 4 git commands to generate.