]> git.pld-linux.org Git - packages/poldek.git/blob - poldek.conf
- just one updates tree
[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
26 #path   = %{_prefix}/updates/%{_arch}/RPMS/
27 #
28 #[source]
29 #type   = %{_type}
30 #name   = th-updates
31 #path   = %{_prefix}/updates/noarch/RPMS/
32
33 #[source]
34 #type   = %{_type}
35 #name   = th-supported
36 #path   = %{_prefix}/supported/%{_arch}/
37 #auto   = no
38
39 #[source]
40 #type   = %{_type}
41 #name   = th-ready
42 #path   = %{_prefix}/ready/%{_arch}/RPMS/
43 #auto   = no
44 #autoup = no
45 #
46 #[source]
47 #type   = %{_type}
48 #name   = th-ready
49 #path   = %{_prefix}/ready/noarch/RPMS/
50 #auto   = no
51 #autoup = no
52
53 [source]
54 type   = %{_type}
55 name   = th-test
56 path   = %{_prefix}/test/%{_arch}/RPMS/
57 auto   = no
58 autoup = no
59
60 [source]
61 type   = %{_type}
62 name   = th-test
63 path   = %{_prefix}/test/noarch/RPMS/
64 auto   = no
65 autoup = no
This page took 0.036892 seconds and 3 git commands to generate.