X-Git-Url: https://git.tld-linux.org/?p=packages%2Fpoldek.git;a=blobdiff_plain;f=poldek-multilib.conf;h=67a9f0fdb9992b874bbf072a4f890427a11a3fab;hp=846ba23d4147b326749636ec23bbbcd9e0b89bf7;hb=427c54bce4fee462bd3da87f793a07cde8f03d83;hpb=f5ede20c0a7085aff16cb6fc71b52292951822db diff --git a/poldek-multilib.conf b/poldek-multilib.conf index 846ba23..67a9f0f 100644 --- a/poldek-multilib.conf +++ b/poldek-multilib.conf @@ -1,51 +1,46 @@ -# $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) +# PLD Titanium (Ti), multilib config +# Unofficial version of PLD Linux Distribution +# http://www.pld-linux.org/Titanium _arch = %ARCH% -_pld_main_prefix = ftp://ftp.th.pld-linux.org/dists/th +_prefix = ftp://ftp.titanium.pld-linux.org/branches/titanium -## 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} +############################################################ +### +# PLD Linux Titanium (Ti) Stable version [source] type = pndir -name = th-%{_arch} -path = %{_prefix}/PLD/%{_arch}/RPMS/ -ignore = kernel-* +name = ti-%{_arch} +path = %{_prefix}/stable/PLD/%{_arch}/RPMS/ auto = no autoup = no +### +# PLD Linux Titanium (Ti) Stable version, 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 +############################################################ + +### +# PLD Linux Titanium (Ti) Devel version [source] type = pndir -name = th-%{_arch}-ready -path = %{_pld_main_prefix}/ready/%{_arch}/RPMS/ -ignore = kernel-* +name = ti-dev-%{_arch} +path = %{_prefix}/devel/PLD/%{_arch}/RPMS/ auto = no autoup = no +### +# PLD Linux Titanium (Ti) Devel version, 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