]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-snap.conf
poldek-config: add -c option
[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/
7e5296f4
JR
25@@SNAP@@auto = no
26@@SNAP@@autoup = no
a584c5c5
JR
27
28[source]
29type = pndir
30name = th-%{_snap}
31path = %{_prefix}/PLD/noarch/RPMS/
7e5296f4
JR
32@@SNAP@@auto = no
33@@SNAP@@autoup = no
a584c5c5
JR
34
35# PLD Linux 3.0 (Th) %SNAP%: updates
36[source]
37type = pndir
38name = th-%{_snap}-updates
39path = %{_pld_main_prefix}/updates/%{_arch}/RPMS/
7e5296f4
JR
40@@SNAP@@auto = no
41@@SNAP@@autoup = no
a584c5c5
JR
42
43[source]
44type = pndir
45name = th-%{_snap}-updates
46path = %{_pld_main_prefix}/updates/noarch/RPMS/
7e5296f4
JR
47@@SNAP@@auto = no
48@@SNAP@@autoup = no
This page took 0.034514 seconds and 4 git commands to generate.