]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-aidath.conf
Release 19 (by relup.sh)
[packages/poldek.git] / poldek-aidath.conf
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):
9 _pld_main_prefix = https://ftp.th.pld-linux.org/dists/th/AIDA
10
11 _prefix = %{_pld_main_prefix}
12
13 # PLD Linux 3.0 (Th): main sources
14 [source]
15 type   = pndir
16 name   = th
17 path   = %{_prefix}/PLD/%{_arch}/RPMS/
18
19 [source]
20 type   = pndir
21 name   = th
22 path   = %{_prefix}/PLD/noarch/RPMS/
23
24 # PLD Linux 3.0 (Th): ready sources (testing stage before moved to main)
25 [source]
26 type   = pndir
27 name   = th-ready
28 path   = %{_pld_main_prefix}/ready/%{_arch}/RPMS/
29 auto   = no
30 autoup = no
31
32 [source]
33 type   = pndir
34 name   = th-ready
35 path   = %{_pld_main_prefix}/ready/noarch/RPMS/
36 auto   = no
37 autoup = no
38
39 # PLD Linux 3.0 (Th): test sources (built packages to be moved to ready)
40 [source]
41 type   = pndir
42 name   = th-test
43 path   = %{_pld_main_prefix}/test/%{_arch}/RPMS/
44 auto   = no
45 autoup = no
46
47 [source]
48 type   = pndir
49 name   = th-test
50 path   = %{_pld_main_prefix}/test/noarch/RPMS/
51 auto   = no
52 autoup = no
This page took 0.030695 seconds and 3 git commands to generate.