]> TLD Linux GIT Repositories - packages/poldek.git/blob - poldek-aidath.conf
- copied from PLD CVS, config for PLD replaced with config for TLD
[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 = ftp://ftp.th.pld-linux.org/dists/th/AIDA
10
11 ## Some mirrors
12 ## You can use them if you have better connection there
13 # CI TASK:
14 #_prefix = ftp://ftp.task.pld-linux.org/dists/th/AIDA
15 _prefix = %{_pld_main_prefix}
16
17 # PLD Linux 3.0 (Th): main sources
18 [source]
19 type   = pndir
20 name   = th
21 path   = %{_prefix}/PLD/%{_arch}/RPMS/
22
23 [source]
24 type   = pndir
25 name   = th
26 path   = %{_prefix}/PLD/noarch/RPMS/
27
28 # PLD Linux 3.0 (Th): ready sources (testing stage before moved to main)
29 [source]
30 type   = pndir
31 name   = th-ready
32 path   = %{_pld_main_prefix}/ready/%{_arch}/RPMS/
33 auto   = no
34 autoup = no
35
36 [source]
37 type   = pndir
38 name   = th-ready
39 path   = %{_pld_main_prefix}/ready/noarch/RPMS/
40 auto   = no
41 autoup = no
42
43 # PLD Linux 3.0 (Th): test sources (built packages to be moved to ready)
44 [source]
45 type   = pndir
46 name   = th-test
47 path   = %{_pld_main_prefix}/test/%{_arch}/RPMS/
48 auto   = no
49 autoup = no
50
51 [source]
52 type   = pndir
53 name   = th-test
54 path   = %{_pld_main_prefix}/test/noarch/RPMS/
55 auto   = no
56 autoup = no