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