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