]> git.pld-linux.org Git - packages/poldek.git/blob - poldek.conf
Release 19 (by relup.sh)
[packages/poldek.git] / poldek.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
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 @@SNAP@@auto   = no
19 @@SNAP@@autoup = no
20
21 [source]
22 type   = pndir
23 name   = th
24 path   = %{_prefix}/PLD/noarch/RPMS/
25 @@SNAP@@auto   = no
26 @@SNAP@@autoup = no
27
28 # PLD Linux 3.0 (Th): obsolete sources (kde3, ...)
29 [source]
30 type   = pndir
31 name   = th-obsolete
32 path   = %{_prefix}/obsolete/%{_arch}/RPMS/
33 auto   = no
34 autoup = no
35
36 [source]
37 type   = pndir
38 name   = th-obsolete
39 path   = %{_prefix}/obsolete/noarch/RPMS/
40 auto   = no
41 autoup = no
42
43 # PLD Linux 3.0 (Th): ready sources (testing stage before moved to main)
44 [source]
45 type   = pndir
46 name   = th-ready
47 path   = %{_pld_main_prefix}/ready/%{_arch}/RPMS/
48 auto   = no
49 autoup = no
50
51 [source]
52 type   = pndir
53 name   = th-ready
54 path   = %{_pld_main_prefix}/ready/noarch/RPMS/
55 auto   = no
56 autoup = no
57
58 # PLD Linux 3.0 (Th): test sources (built packages to be moved to ready)
59 [source]
60 type   = pndir
61 name   = th-test
62 path   = %{_pld_main_prefix}/test/%{_arch}/RPMS/
63 auto   = no
64 autoup = no
65
66 [source]
67 type   = pndir
68 name   = th-test
69 path   = %{_pld_main_prefix}/test/noarch/RPMS/
70 auto   = no
71 autoup = no
This page took 0.05168 seconds and 3 git commands to generate.