]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-multilib.conf
poldek-config: add -c option
[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}-obsolete
25 path   = %{_prefix}/obsolete/%{_arch}/RPMS/
26 ignore = kernel-*
27 auto   = no
28 autoup = no
29
30 [source]
31 type   = pndir
32 name   = th-%{_arch}-ready
33 path   = %{_pld_main_prefix}/ready/%{_arch}/RPMS/
34 ignore = kernel-*
35 auto   = no
36 autoup = no
37
38 [source]
39 type   = pndir
40 name   = th-%{_arch}-test
41 path   = %{_pld_main_prefix}/test/%{_arch}/RPMS/
42 ignore = kernel-*
43 auto   = no
44 autoup = no
This page took 0.023743 seconds and 3 git commands to generate.