]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-multilib-snap.conf
- 2021 snap
[packages/poldek.git] / poldek-multilib-snap.conf
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 = https://ftp.th.pld-linux.org/dists/th/%{_snap}
8
9 _prefix = %{_pld_main_prefix}
10
11 # group source for referring th+th-multiarch sources together, i.e poldek --sn th-%SNAP%-all
12 [source]
13 type    = group
14 name    = th-%{_snap}-all
15 sources = th-%{_snap} th-%{_snap}-%{_arch}
16
17 [source]
18 type    = group
19 name    = th-%{_snap}-all-updates
20 sources = th-%{_snap}-updates th-%{_snap}-%{_arch}-updates
21
22 [source]
23 type   = pndir
24 name   = th-%{_snap}-%{_arch}
25 path   = %{_prefix}/PLD/%{_arch}/RPMS/
26 ignore = kernel-*
27 auto   = no
28 autoup = no
29
30 [source]
31 type   = pndir
32 name   = th-%{_snap}-%{_arch}-updates
33 path   = %{_pld_main_prefix}/updates/%{_arch}/RPMS/
34 ignore = kernel-*
35 auto   = no
36 autoup = no
This page took 0.073646 seconds and 3 git commands to generate.