]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-multilib.conf
- introduce _pld_main_prefix/_pld_main_prefix like ac; rel 28
[packages/poldek.git] / poldek-multilib.conf
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 [source]
16 type   = pndir
17 name   = th-%{_arch}
18 path   = %{_prefix}/PLD/%{_arch}/RPMS/
19 auto   = no
20 autoup = no
21
22 [source]
23 type   = pndir
24 name   = th-%{_arch}-obsolete
25 path   = %{_prefix}/obsolete/%{_arch}/RPMS/
26 auto   = no
27 autoup = no
28
29 [source]
30 type   = pndir
31 name   = th-%{_arch}-ready
32 path   = %{_prefix}/ready/%{_arch}/RPMS/
33 auto   = no
34 autoup = no
35
36 [source]
37 type   = pndir
38 name   = th-%{_arch}-test
39 path   = %{_prefix}/test/%{_arch}/RPMS/
40 auto   = no
41 autoup = no
This page took 0.032811 seconds and 3 git commands to generate.