]> git.pld-linux.org Git - packages/poldek.git/blame - poldek.conf
- updated to 0.30rc2
[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):
9_pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th
10
339b6837
PG
11## Some mirrors
12## You can use them if you have better connection there
13# CI TASK:
598836ac 14#_prefix = ftp://ftp.task.pld-linux.org/dists/th
1024d736 15_prefix = %{_pld_main_prefix}
202a7215 16
1024d736 17# PLD Linux 3.0 (Th): main sources
202a7215 18[source]
1024d736 19type = pndir
84279ad2 20name = th
598836ac 21path = %{_prefix}/PLD/%{_arch}/RPMS/
202a7215 22
214f7cc7 23[source]
1024d736 24type = pndir
84279ad2 25name = th
598836ac 26path = %{_prefix}/PLD/noarch/RPMS/
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.112013 seconds and 4 git commands to generate.