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