]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-multilib-snap.conf
Added -missing-include.patch (fixes crash on x32)
[packages/poldek.git] / poldek-multilib-snap.conf
CommitLineData
a584c5c5
JR
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]
18type = group
19name = th-%{_snap}-all
20sources = th-%{_snap} th-%{_snap}-%{_arch}
21
22[source]
23type = group
24name = th-%{_snap}-all-updates
25sources = th-%{_snap}-updates th-%{_snap}-%{_arch}-updates
26
27[source]
28type = pndir
29name = th-%{_snap}-%{_arch}
30path = %{_prefix}/PLD/%{_arch}/RPMS/
31ignore = kernel-*
32auto = no
33autoup = no
34
35[source]
36type = pndir
37name = th-%{_snap}-%{_arch}-updates
38path = %{_pld_main_prefix}/updates/%{_arch}/RPMS/
39ignore = kernel-*
40auto = no
41autoup = no
This page took 0.026013 seconds and 4 git commands to generate.