]> git.pld-linux.org Git - packages/poldek.git/blob - poldek.conf
- noauto=yes -> auto=no
[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 _th_idxtype = pndir
12
13 # PLD 3.0 (Th)
14 [source]
15 type   = %{_th_idxtype}
16 name   = th
17 path   = %{_pld_prefix}/PLD/%{_pld_arch}/RPMS/
18
19 [source]
20 type   = %{_th_idxtype}
21 name   = th
22 path   = %{_pld_prefix}/PLD/noarch/RPMS/
23
24 [source]
25 type   = %{_th_idxtype}
26 name   = th-updates-security
27 path   = %{_pld_prefix}/updates-security/%{_pld_arch}/RPMS/
28
29 [source]
30 type   = %{_th_idxtype}
31 name   = th-updates-security
32 path   = %{_pld_prefix}/updates-security/noarch/RPMS/
33
34 [source]
35 type   = %{_th_idxtype}
36 name   = th-updates-general
37 path   = %{_pld_prefix}/updates-general/%{_pld_arch}/RPMS/
38 auto   = no
39
40 [source]
41 type   = %{_th_idxtype}
42 name   = th-updates-general
43 path   = %{_pld_prefix}/updates-general/noarch/RPMS/
44 auto   = no
45
46 #[source]
47 #type   = %{_th_idxtype}
48 #name   = th-supported
49 #path   = %{_pld_prefix}/supported/%{_pld_arch}/
50 #auto   = no
51
52 [source]
53 type   = %{_th_idxtype}
54 name   = th-ready
55 path   = %{_pld_prefix}/ready/%{_pld_arch}/RPMS/
56 auto   = no
57 autoup = no
58
59 [source]
60 type   = %{_th_idxtype}
61 name   = th-ready
62 path   = %{_pld_prefix}/ready/noarch/RPMS/
63 auto   = no
64 autoup = no
65
66 [source]
67 type   = %{_th_idxtype}
68 name   = th-test
69 path   = %{_pld_prefix}/test/%{_pld_arch}/RPMS/
70 auto   = no
71 autoup = no
72
73 [source]
74 type   = %{_th_idxtype}
75 name   = th-test
76 path   = %{_pld_prefix}/test/noarch/RPMS/
77 auto   = no
78 autoup = no
79
This page took 0.048216 seconds and 4 git commands to generate.