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