]> git.pld-linux.org Git - packages/poldek.git/blob - poldek.conf
- fix config for Th
[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-updates-security
23 path  = %{_pld_prefix}/updates/security/%{_pld_arch}/
24
25 [source]
26 type  = %{_th_idxtype}
27 name  = th-updates-general
28 path  = %{_pld_prefix}/updates/general/%{_pld_arch}/
29 noauto  = yes
30
31 #[source]
32 #type  = %{_th_idxtype}
33 #name  = th-supported
34 #path  = %{_pld_prefix}/supported/%{_pld_arch}/
35 #noauto = yes
36
37 [source]
38 type  = %{_th_idxtype}
39 name  = th-ready
40 path  = %{_pld_prefix}/ready/%{_pld_arch}/
41 noauto  = yes
42
43 [source]
44 type  = %{_th_idxtype}
45 name  = th-test
46 path  = %{_pld_prefix}/test/%{_pld_arch}/
47 noauto  = yes
This page took 0.112878 seconds and 4 git commands to generate.