]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-multilib.conf
- release 6 (by relup.sh)
[packages/poldek.git] / poldek-multilib.conf
1 # PLD Linux Distribution <http://www.pld-linux.org/>.
2 #
3 # Alternative multilib sources for PLD Linux 3.0 (Th)
4
5 _arch   = %ARCH%
6 _pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th
7
8 ## Some mirrors
9 ## You can use them if you have better connection there
10 # CI TASK:
11 #_prefix = ftp://ftp.task.pld-linux.org/dists/th
12 _prefix = %{_pld_main_prefix}
13
14 [source]
15 type   = pndir
16 name   = th-%{_arch}
17 path   = %{_prefix}/PLD/%{_arch}/RPMS/
18 ignore = kernel-*
19 auto   = no
20 autoup = no
21
22 [source]
23 type   = pndir
24 name   = th-%{_arch}
25 path   = %{_prefix}/PLD/noarch/RPMS/
26 auto   = no
27 autoup = no
28
29 [source]
30 type   = pndir
31 name   = th-%{_arch}-obsolete
32 path   = %{_prefix}/obsolete/%{_arch}/RPMS/
33 ignore = kernel-*
34 auto   = no
35 autoup = no
36
37 [source]
38 type   = pndir
39 name   = th-%{_arch}-ready
40 path   = %{_pld_main_prefix}/ready/%{_arch}/RPMS/
41 ignore = kernel-*
42 auto   = no
43 autoup = no
44
45 [source]
46 type   = pndir
47 name   = th-%{_arch}-test
48 path   = %{_pld_main_prefix}/test/%{_arch}/RPMS/
49 ignore = kernel-*
50 auto   = no
51 autoup = no
This page took 0.027971 seconds and 3 git commands to generate.