]> git.pld-linux.org Git - packages/poldek.git/blob - poldek.conf
- don't fetch indexes which aren't used by default in every update.
[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 autoup  = no
60
61 [source]
62 type  = %{_th_idxtype}
63 name  = th-ready
64 path  = %{_pld_prefix}/ready/noarch/RPMS/
65 noauto  = yes
66 autoup  = no
67
68 [source]
69 type  = %{_th_idxtype}
70 name  = th-test
71 path  = %{_pld_prefix}/test/%{_pld_arch}/RPMS/
72 noauto  = yes
73 autoup  = no
74
75 [source]
76 type  = %{_th_idxtype}
77 name  = th-test
78 path  = %{_pld_prefix}/test/noarch/RPMS/
79 noauto  = yes
80 autoup  = no
81
This page took 0.062818 seconds and 4 git commands to generate.