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