]> git.pld-linux.org Git - packages/poldek.git/blame - poldek.conf
Release 19 (by relup.sh)
[packages/poldek.git] / poldek.conf
CommitLineData
7adf66ff 1# PLD Linux Distribution <http://www.pld-linux.org/>.
1024d736
ER
2#
3# Main sources for PLD Linux 3.0 (Th)
bb66e070 4
1024d736 5# specify our packages architecture
598836ac 6_arch = %ARCH%
1024d736
ER
7
8# main PLD-site for often changed things (test, ready):
9e3922b0 9_pld_main_prefix = https://ftp.th.pld-linux.org/dists/th
1024d736 10
1024d736 11_prefix = %{_pld_main_prefix}
202a7215 12
1024d736 13# PLD Linux 3.0 (Th): main sources
202a7215 14[source]
1024d736 15type = pndir
84279ad2 16name = th
598836ac 17path = %{_prefix}/PLD/%{_arch}/RPMS/
a584c5c5
JR
18@@SNAP@@auto = no
19@@SNAP@@autoup = no
202a7215 20
214f7cc7 21[source]
1024d736 22type = pndir
84279ad2 23name = th
598836ac 24path = %{_prefix}/PLD/noarch/RPMS/
a584c5c5
JR
25@@SNAP@@auto = no
26@@SNAP@@autoup = no
214f7cc7 27
1024d736 28# PLD Linux 3.0 (Th): obsolete sources (kde3, ...)
e56e98df 29[source]
1024d736 30type = pndir
e56e98df
ER
31name = th-obsolete
32path = %{_prefix}/obsolete/%{_arch}/RPMS/
33auto = no
34autoup = no
35
36[source]
1024d736 37type = pndir
e56e98df
ER
38name = th-obsolete
39path = %{_prefix}/obsolete/noarch/RPMS/
40auto = no
41autoup = no
0fb3139a 42
1024d736 43# PLD Linux 3.0 (Th): ready sources (testing stage before moved to main)
6f2640f2 44[source]
1024d736 45type = pndir
6f2640f2 46name = th-ready
7d716bdb 47path = %{_pld_main_prefix}/ready/%{_arch}/RPMS/
6f2640f2
ER
48auto = no
49autoup = no
50
51[source]
1024d736 52type = pndir
6f2640f2 53name = th-ready
7d716bdb 54path = %{_pld_main_prefix}/ready/noarch/RPMS/
6f2640f2
ER
55auto = no
56autoup = no
214f7cc7 57
1024d736 58# PLD Linux 3.0 (Th): test sources (built packages to be moved to ready)
202a7215 59[source]
1024d736 60type = pndir
84279ad2 61name = th-test
7d716bdb 62path = %{_pld_main_prefix}/test/%{_arch}/RPMS/
84279ad2
ER
63auto = no
64autoup = no
214f7cc7
MM
65
66[source]
1024d736 67type = pndir
84279ad2 68name = th-test
7d716bdb 69path = %{_pld_main_prefix}/test/noarch/RPMS/
84279ad2
ER
70auto = no
71autoup = no
This page took 0.088047 seconds and 4 git commands to generate.