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