summaryrefslogtreecommitdiff
path: root/poldek.conf
blob: cd6987bc56734a14edbdeb3d524035ad95c34676 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# PLD Linux Distribution <http://www.pld-linux.org/>.
#
# Main sources for PLD Linux 3.0 (Th)

# specify our packages architecture
_arch   = %ARCH%

# main PLD-site for often changed things (test, ready):
_pld_main_prefix = https://ftp.th.pld-linux.org/dists/th

_prefix = %{_pld_main_prefix}

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

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

# PLD Linux 3.0 (Th): obsolete sources (kde3, ...)
[source]
type   = pndir
name   = th-obsolete
path   = %{_prefix}/obsolete/%{_arch}/RPMS/
auto   = no
autoup = no

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

# PLD Linux 3.0 (Th): ready sources (testing stage before moved to main)
[source]
type   = pndir
name   = th-ready
path   = %{_pld_main_prefix}/ready/%{_arch}/RPMS/
auto   = no
autoup = no

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

# PLD Linux 3.0 (Th): test sources (built packages to be moved to ready)
[source]
type   = pndir
name   = th-test
path   = %{_pld_main_prefix}/test/%{_arch}/RPMS/
auto   = no
autoup = no

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