]> git.pld-linux.org Git - packages/poldek.git/blob - poldek.conf
- rel .6 ; add nohold fix from ac-branch
[packages/poldek.git] / poldek.conf
1 # PLD Linux Distribution <http://www.pld-linux.org/>.
2
3 _arch   = %ARCH%
4 _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 #_prefix = ftp://ftp.task.pld-linux.org/dists/th
9
10 _type = pndir
11
12 # PLD 3.0 (Th)
13 [source]
14 type   = %{_type}
15 name   = th
16 path   = %{_prefix}/PLD/%{_arch}/RPMS/
17
18 [source]
19 type   = %{_type}
20 name   = th
21 path   = %{_prefix}/PLD/noarch/RPMS/
22
23 [source]
24 type   = %{_type}
25 name   = th-updates-security
26 path   = %{_prefix}/updates-security/%{_arch}/RPMS/
27
28 [source]
29 type   = %{_type}
30 name   = th-updates-security
31 path   = %{_prefix}/updates-security/noarch/RPMS/
32
33 [source]
34 type   = %{_type}
35 name   = th-updates-general
36 path   = %{_prefix}/updates-general/%{_arch}/RPMS/
37 auto   = no
38
39 [source]
40 type   = %{_type}
41 name   = th-updates-general
42 path   = %{_prefix}/updates-general/noarch/RPMS/
43 auto   = no
44
45 #[source]
46 #type   = %{_type}
47 #name   = th-supported
48 #path   = %{_prefix}/supported/%{_arch}/
49 #auto   = no
50
51 [source]
52 type   = %{_type}
53 name   = th-ready
54 path   = %{_prefix}/ready/%{_arch}/RPMS/
55 auto   = no
56 autoup = no
57
58 [source]
59 type   = %{_type}
60 name   = th-ready
61 path   = %{_prefix}/ready/noarch/RPMS/
62 auto   = no
63 autoup = no
64
65 [source]
66 type   = %{_type}
67 name   = th-test
68 path   = %{_prefix}/test/%{_arch}/RPMS/
69 auto   = no
70 autoup = no
71
72 [source]
73 type   = %{_type}
74 name   = th-test
75 path   = %{_prefix}/test/noarch/RPMS/
76 auto   = no
77 autoup = no
78
This page took 0.035271 seconds and 3 git commands to generate.