]> git.pld-linux.org Git - packages/poldek.git/blame_incremental - poldek-snap.conf
VfyLevel can't contain RPMSIG_SIGNATURE_TYPE when VfyFlags contain RPMVSF_MASK_NOSIGN...
[packages/poldek.git] / poldek-snap.conf
... / ...
CommitLineData
1# PLD Linux Distribution <http://www.pld-linux.org/>.
2#
3# Main sources for PLD Linux 3.0 (Th) %SNAP%
4
5# specify our packages architecture
6_arch = %ARCH%
7
8# Th snapshot name
9_snap = %SNAP%
10
11# main PLD-site for often changed things:
12_pld_main_prefix = https://ftp.th.pld-linux.org/dists/th/%{_snap}
13
14_prefix = %{_pld_main_prefix}
15
16# PLD Linux 3.0 (Th): main sources
17[source]
18type = pndir
19name = th-%{_snap}
20path = %{_prefix}/PLD/%{_arch}/RPMS/
21@@SNAP@@auto = no
22@@SNAP@@autoup = no
23
24[source]
25type = pndir
26name = th-%{_snap}
27path = %{_prefix}/PLD/noarch/RPMS/
28@@SNAP@@auto = no
29@@SNAP@@autoup = no
30
31# PLD Linux 3.0 (Th) %SNAP%: updates
32[source]
33type = pndir
34name = th-%{_snap}-updates
35path = %{_pld_main_prefix}/updates/%{_arch}/RPMS/
36@@SNAP@@auto = no
37@@SNAP@@autoup = no
38
39[source]
40type = pndir
41name = th-%{_snap}-updates
42path = %{_pld_main_prefix}/updates/noarch/RPMS/
43@@SNAP@@auto = no
44@@SNAP@@autoup = no
This page took 0.031802 seconds and 4 git commands to generate.