]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-multilib-snap.conf
poldek-config: add -c option
[packages/poldek.git] / poldek-multilib-snap.conf
CommitLineData
a584c5c5
JR
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_snap = %SNAP%
7_pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th/%{_snap}
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/%{_snap}
13_prefix = %{_pld_main_prefix}
14
80288dde 15# group source for referring th+th-multiarch sources together, i.e poldek --sn th-%SNAP%-all
a584c5c5
JR
16[source]
17type = group
18name = th-%{_snap}-all
19sources = th-%{_snap} th-%{_snap}-%{_arch}
20
21[source]
22type = group
23name = th-%{_snap}-all-updates
24sources = th-%{_snap}-updates th-%{_snap}-%{_arch}-updates
25
26[source]
27type = pndir
28name = th-%{_snap}-%{_arch}
29path = %{_prefix}/PLD/%{_arch}/RPMS/
30ignore = kernel-*
31auto = no
32autoup = no
33
34[source]
35type = pndir
36name = th-%{_snap}-%{_arch}-updates
37path = %{_pld_main_prefix}/updates/%{_arch}/RPMS/
38ignore = kernel-*
39auto = no
40autoup = no
This page took 0.035446 seconds and 4 git commands to generate.