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