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