]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-aidath.conf
Release 19 (by relup.sh)
[packages/poldek.git] / poldek-aidath.conf
CommitLineData
652b5bc5 1# PLD Linux Distribution <http://www.pld-linux.org/>.
2#
3# Main sources for PLD Linux 3.0 (Th)
4
5# specify our packages architecture
6_arch = %ARCH%
7
8# main PLD-site for often changed things (test, ready):
9e3922b0 9_pld_main_prefix = https://ftp.th.pld-linux.org/dists/th/AIDA
652b5bc5 10
652b5bc5 11_prefix = %{_pld_main_prefix}
12
13# PLD Linux 3.0 (Th): main sources
14[source]
15type = pndir
16name = th
17path = %{_prefix}/PLD/%{_arch}/RPMS/
18
19[source]
20type = pndir
21name = th
22path = %{_prefix}/PLD/noarch/RPMS/
23
24# PLD Linux 3.0 (Th): ready sources (testing stage before moved to main)
25[source]
26type = pndir
27name = th-ready
28path = %{_pld_main_prefix}/ready/%{_arch}/RPMS/
29auto = no
30autoup = no
31
32[source]
33type = pndir
34name = th-ready
35path = %{_pld_main_prefix}/ready/noarch/RPMS/
36auto = no
37autoup = no
38
39# PLD Linux 3.0 (Th): test sources (built packages to be moved to ready)
40[source]
41type = pndir
42name = th-test
43path = %{_pld_main_prefix}/test/%{_arch}/RPMS/
44auto = no
45autoup = no
46
47[source]
48type = pndir
49name = th-test
50path = %{_pld_main_prefix}/test/noarch/RPMS/
51auto = no
52autoup = no
This page took 0.038058 seconds and 4 git commands to generate.