summaryrefslogtreecommitdiff
path: root/poldek-aidath.conf
blob: d6db01ae5d79fc8b8fbd874c812c50e511be9636 (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
# 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/AIDA

_prefix = %{_pld_main_prefix}

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

[source]
type   = pndir
name   = th
path   = %{_prefix}/PLD/noarch/RPMS/

# 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