]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-snap.conf
- 2021 snap
[packages/poldek.git] / poldek-snap.conf
1 # PLD Linux Distribution <http://www.pld-linux.org/>.
2 #
3 # Main sources for PLD Linux 3.0 (Th) %SNAP%
4
5 # specify our packages architecture
6 _arch   = %ARCH%
7
8 # Th snapshot name
9 _snap   = %SNAP%
10
11 # main PLD-site for often changed things:
12 _pld_main_prefix = https://ftp.th.pld-linux.org/dists/th/%{_snap}
13
14 _prefix = %{_pld_main_prefix}
15
16 # PLD Linux 3.0 (Th): main sources
17 [source]
18 type   = pndir
19 name   = th-%{_snap}
20 path   = %{_prefix}/PLD/%{_arch}/RPMS/
21 @@SNAP@@auto   = no
22 @@SNAP@@autoup = no
23
24 [source]
25 type   = pndir
26 name   = th-%{_snap}
27 path   = %{_prefix}/PLD/noarch/RPMS/
28 @@SNAP@@auto   = no
29 @@SNAP@@autoup = no
30
31 # PLD Linux 3.0 (Th) %SNAP%: updates
32 [source]
33 type   = pndir
34 name   = th-%{_snap}-updates
35 path   = %{_pld_main_prefix}/updates/%{_arch}/RPMS/
36 @@SNAP@@auto   = no
37 @@SNAP@@autoup = no
38
39 [source]
40 type   = pndir
41 name   = th-%{_snap}-updates
42 path   = %{_pld_main_prefix}/updates/noarch/RPMS/
43 @@SNAP@@auto   = no
44 @@SNAP@@autoup = no
This page took 0.030193 seconds and 3 git commands to generate.