]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-snap.conf
up to 0.30.1
[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
26 [source]
27 type   = pndir
28 name   = th-%{_snap}
29 path   = %{_prefix}/PLD/noarch/RPMS/
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
37 [source]
38 type   = pndir
39 name   = th-%{_snap}-updates
40 path   = %{_pld_main_prefix}/updates/noarch/RPMS/
This page took 0.045579 seconds and 3 git commands to generate.