]> git.pld-linux.org Git - packages/poldek.git/blame - poldek.conf
poldek-config: add -c option
[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/
a584c5c5
JR
22@@SNAP@@auto = no
23@@SNAP@@autoup = no
202a7215 24
214f7cc7 25[source]
1024d736 26type = pndir
84279ad2 27name = th
598836ac 28path = %{_prefix}/PLD/noarch/RPMS/
a584c5c5
JR
29@@SNAP@@auto = no
30@@SNAP@@autoup = no
214f7cc7 31
1024d736 32# PLD Linux 3.0 (Th): obsolete sources (kde3, ...)
e56e98df 33[source]
1024d736 34type = pndir
e56e98df
ER
35name = th-obsolete
36path = %{_prefix}/obsolete/%{_arch}/RPMS/
37auto = no
38autoup = no
39
40[source]
1024d736 41type = pndir
e56e98df
ER
42name = th-obsolete
43path = %{_prefix}/obsolete/noarch/RPMS/
44auto = no
45autoup = no
0fb3139a 46
1024d736 47# PLD Linux 3.0 (Th): ready sources (testing stage before moved to main)
6f2640f2 48[source]
1024d736 49type = pndir
6f2640f2 50name = th-ready
7d716bdb 51path = %{_pld_main_prefix}/ready/%{_arch}/RPMS/
6f2640f2
ER
52auto = no
53autoup = no
54
55[source]
1024d736 56type = pndir
6f2640f2 57name = th-ready
7d716bdb 58path = %{_pld_main_prefix}/ready/noarch/RPMS/
6f2640f2
ER
59auto = no
60autoup = no
214f7cc7 61
1024d736 62# PLD Linux 3.0 (Th): test sources (built packages to be moved to ready)
202a7215 63[source]
1024d736 64type = pndir
84279ad2 65name = th-test
7d716bdb 66path = %{_pld_main_prefix}/test/%{_arch}/RPMS/
84279ad2
ER
67auto = no
68autoup = no
214f7cc7
MM
69
70[source]
1024d736 71type = pndir
84279ad2 72name = th-test
7d716bdb 73path = %{_pld_main_prefix}/test/noarch/RPMS/
84279ad2
ER
74auto = no
75autoup = no
This page took 0.118503 seconds and 4 git commands to generate.