]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-multilib-snap.conf
- added db60 bcond
[packages/poldek.git] / poldek-multilib-snap.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 _snap   = %SNAP%
8 _pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th/%{_snap}
9
10 ## Some mirrors
11 ## You can use them if you have better connection there
12 # CI TASK:
13 #_prefix = ftp://ftp.task.pld-linux.org/dists/th/%{_snap}
14 _prefix = %{_pld_main_prefix}
15
16 # group source for referring th+th-multiarch sources together, i.e poldek --sn th-all
17 [source]
18 type    = group
19 name    = th-%{_snap}-all
20 sources = th-%{_snap} th-%{_snap}-%{_arch}
21
22 [source]
23 type    = group
24 name    = th-%{_snap}-all-updates
25 sources = th-%{_snap}-updates th-%{_snap}-%{_arch}-updates
26
27 [source]
28 type   = pndir
29 name   = th-%{_snap}-%{_arch}
30 path   = %{_prefix}/PLD/%{_arch}/RPMS/
31 ignore = kernel-*
32 auto   = no
33 autoup = no
34
35 [source]
36 type   = pndir
37 name   = th-%{_snap}-%{_arch}-updates
38 path   = %{_pld_main_prefix}/updates/%{_arch}/RPMS/
39 ignore = kernel-*
40 auto   = no
41 autoup = no
This page took 0.027663 seconds and 3 git commands to generate.