]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-snap.conf
Cosmetics
[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:
12_pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th/%{_snap}
13
14## Some mirrors
15## You can use them if you have better connection there
16# CI TASK:
17#_prefix = ftp://ftp.task.pld-linux.org/dists/th/%{_snap}
18_prefix = %{_pld_main_prefix}
19
20# PLD Linux 3.0 (Th): main sources
21[source]
22type = pndir
23name = th-%{_snap}
24path = %{_prefix}/PLD/%{_arch}/RPMS/
25
26[source]
27type = pndir
28name = th-%{_snap}
29path = %{_prefix}/PLD/noarch/RPMS/
30
31# PLD Linux 3.0 (Th) %SNAP%: updates
32[source]
33type = pndir
34name = th-%{_snap}-updates
35path = %{_pld_main_prefix}/updates/%{_arch}/RPMS/
36
37[source]
38type = pndir
39name = th-%{_snap}-updates
40path = %{_pld_main_prefix}/updates/noarch/RPMS/
This page took 0.109611 seconds and 4 git commands to generate.