summaryrefslogtreecommitdiff
path: root/poldek-snap.conf
blob: 707ce3bb6b35ff358abe04f7de875371d6094041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# PLD Linux Distribution <http://www.pld-linux.org/>.
#
# Main sources for PLD Linux 3.0 (Th) %SNAP%

# specify our packages architecture
_arch   = %ARCH%

# Th snapshot name
_snap	= %SNAP%

# main PLD-site for often changed things:
_pld_main_prefix = https://ftp.th.pld-linux.org/dists/th/%{_snap}

_prefix = %{_pld_main_prefix}

# PLD Linux 3.0 (Th): main sources
[source]
type   = pndir
name   = th-%{_snap}
path   = %{_prefix}/PLD/%{_arch}/RPMS/
@@SNAP@@auto   = no
@@SNAP@@autoup = no

[source]
type   = pndir
name   = th-%{_snap}
path   = %{_prefix}/PLD/noarch/RPMS/
@@SNAP@@auto   = no
@@SNAP@@autoup = no

# PLD Linux 3.0 (Th) %SNAP%: updates
[source]
type   = pndir
name   = th-%{_snap}-updates
path   = %{_pld_main_prefix}/updates/%{_arch}/RPMS/
@@SNAP@@auto   = no
@@SNAP@@autoup = no

[source]
type   = pndir
name   = th-%{_snap}-updates
path   = %{_pld_main_prefix}/updates/noarch/RPMS/
@@SNAP@@auto   = no
@@SNAP@@autoup = no