]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-snap.conf
Release 19 (by relup.sh)
[packages/poldek.git] / poldek-snap.conf
CommitLineData
a584c5c5
JR
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:
9e3922b0 12_pld_main_prefix = https://ftp.th.pld-linux.org/dists/th/%{_snap}
a584c5c5 13
a584c5c5
JR
14_prefix = %{_pld_main_prefix}
15
16# PLD Linux 3.0 (Th): main sources
17[source]
18type = pndir
19name = th-%{_snap}
20path = %{_prefix}/PLD/%{_arch}/RPMS/
7e5296f4
JR
21@@SNAP@@auto = no
22@@SNAP@@autoup = no
a584c5c5
JR
23
24[source]
25type = pndir
26name = th-%{_snap}
27path = %{_prefix}/PLD/noarch/RPMS/
7e5296f4
JR
28@@SNAP@@auto = no
29@@SNAP@@autoup = no
a584c5c5
JR
30
31# PLD Linux 3.0 (Th) %SNAP%: updates
32[source]
33type = pndir
34name = th-%{_snap}-updates
35path = %{_pld_main_prefix}/updates/%{_arch}/RPMS/
7e5296f4
JR
36@@SNAP@@auto = no
37@@SNAP@@autoup = no
a584c5c5
JR
38
39[source]
40type = pndir
41name = th-%{_snap}-updates
42path = %{_pld_main_prefix}/updates/noarch/RPMS/
7e5296f4
JR
43@@SNAP@@auto = no
44@@SNAP@@autoup = no
This page took 0.034361 seconds and 4 git commands to generate.