X-Git-Url: https://git.tld-linux.org/?p=packages%2Fpoldek.git;a=blobdiff_plain;f=poldek-multilib.conf;h=6c31e725b5752284796339b26d10c2989b3bf82e;hp=846ba23d4147b326749636ec23bbbcd9e0b89bf7;hb=f47d7a0bf64f537f3a88a4080046621849f9d366;hpb=fce1ef9f4406e4531522588d31db8f52021361db diff --git a/poldek-multilib.conf b/poldek-multilib.conf index 846ba23..6c31e72 100644 --- a/poldek-multilib.conf +++ b/poldek-multilib.conf @@ -1,51 +1,44 @@ -# $Id: poldek-multilib.conf,v 1.22 2009/11/03 11:36:17 glen Exp $ -# PLD Linux Distribution . -# -# Alternative multilib sources for PLD Linux 3.0 (Th) +# TLD Linux - http://www.tld-linux.org/ _arch = %ARCH% -_pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th +_prefix = ftp://ftp.tld-linux.org/TLD -## Some mirrors -## You can use them if you have better connection there -# CI TASK: -#_prefix = ftp://ftp.task.pld-linux.org/dists/th -_prefix = %{_pld_main_prefix} - -# group source for referring th+th-multiarch sources together, i.e poldek --sn th-all -[source] -type = group -name = th-all -sources = th th-%{_arch} +############################################################ +### +# TLD Linux Stable [source] type = pndir -name = th-%{_arch} -path = %{_prefix}/PLD/%{_arch}/RPMS/ -ignore = kernel-* +name = ti-%{_arch} +path = %{_prefix}/stable/main/%{_arch}/RPMS/ auto = no autoup = no +### +# TLD Linux Stable, test packages [source] type = pndir -name = th-%{_arch}-obsolete -path = %{_prefix}/obsolete/%{_arch}/RPMS/ -ignore = kernel-* +name = ti-test-%{_arch} +path = %{_prefix}/stable/test/%{_arch}/RPMS/ auto = no autoup = no +############################################################ + +### +# TLD Linux Devel [source] type = pndir -name = th-%{_arch}-ready -path = %{_pld_main_prefix}/ready/%{_arch}/RPMS/ -ignore = kernel-* +name = ti-dev-%{_arch} +path = %{_prefix}/devel/main/%{_arch}/RPMS/ auto = no autoup = no +### +# TLD Linux Devel, test packages [source] type = pndir -name = th-%{_arch}-test -path = %{_pld_main_prefix}/test/%{_arch}/RPMS/ -ignore = kernel-* +name = ti-dev-test-%{_arch} +path = %{_prefix}/devel/test/%{_arch}/RPMS/ auto = no autoup = no