]> git.pld-linux.org Git - packages/poldek.git/blame_incremental - poldek.conf
- don't fetch indexes which aren't used by default in every update.
[packages/poldek.git] / poldek.conf
... / ...
CommitLineData
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]
16type = %{_th_idxtype}
17name = th
18path = %{_pld_prefix}/PLD/%{_pld_arch}/RPMS/
19
20[source]
21type = %{_th_idxtype}
22name = th
23path = %{_pld_prefix}/PLD/noarch/RPMS/
24
25[source]
26type = %{_th_idxtype}
27name = th-updates-security
28path = %{_pld_prefix}/updates-security/%{_pld_arch}/RPMS/
29
30[source]
31type = %{_th_idxtype}
32name = th-updates-security
33path = %{_pld_prefix}/updates-security/noarch/RPMS/
34
35[source]
36type = %{_th_idxtype}
37name = th-updates-general
38path = %{_pld_prefix}/updates-general/%{_pld_arch}/RPMS/
39noauto = yes
40
41[source]
42type = %{_th_idxtype}
43name = th-updates-general
44path = %{_pld_prefix}/updates-general/noarch/RPMS/
45noauto = 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]
55type = %{_th_idxtype}
56name = th-ready
57path = %{_pld_prefix}/ready/%{_pld_arch}/RPMS/
58noauto = yes
59autoup = no
60
61[source]
62type = %{_th_idxtype}
63name = th-ready
64path = %{_pld_prefix}/ready/noarch/RPMS/
65noauto = yes
66autoup = no
67
68[source]
69type = %{_th_idxtype}
70name = th-test
71path = %{_pld_prefix}/test/%{_pld_arch}/RPMS/
72noauto = yes
73autoup = no
74
75[source]
76type = %{_th_idxtype}
77name = th-test
78path = %{_pld_prefix}/test/noarch/RPMS/
79noauto = yes
80autoup = no
81
This page took 0.030472 seconds and 4 git commands to generate.