From: Marcin Krol Date: Sat, 10 Sep 2011 22:32:03 +0000 (+0200) Subject: - multilib config renamed X-Git-Url: https://git.tld-linux.org/?p=packages%2Fpoldek.git;a=commitdiff_plain;h=427c54bce4fee462bd3da87f793a07cde8f03d83 - multilib config renamed --- diff --git a/poldek-multilib-ti.conf b/poldek-multilib-ti.conf deleted file mode 100644 index 67a9f0f..0000000 --- a/poldek-multilib-ti.conf +++ /dev/null @@ -1,46 +0,0 @@ -# PLD Titanium (Ti), multilib config -# Unofficial version of PLD Linux Distribution -# http://www.pld-linux.org/Titanium - -_arch = %ARCH% -_prefix = ftp://ftp.titanium.pld-linux.org/branches/titanium - -############################################################ - -### -# PLD Linux Titanium (Ti) Stable version -[source] -type = pndir -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 = ti-test-%{_arch} -path = %{_prefix}/stable/test/%{_arch}/RPMS/ -auto = no -autoup = no - -############################################################ - -### -# PLD Linux Titanium (Ti) Devel version -[source] -type = pndir -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 = ti-dev-test-%{_arch} -path = %{_prefix}/devel/test/%{_arch}/RPMS/ -auto = no -autoup = no 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