From 5942d43ea6ef892dcd6e1c6ba4cb433e7b96cb55 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sun, 11 Sep 2011 00:44:55 +0200 Subject: [PATCH] - TLDize repo configs --- poldek-multilib.conf | 19 +++++++++---------- poldek.conf | 25 ++++++++++++------------- 2 files changed, 21 insertions(+), 23 deletions(-) diff --git a/poldek-multilib.conf b/poldek-multilib.conf index 67a9f0f..fed8172 100644 --- a/poldek-multilib.conf +++ b/poldek-multilib.conf @@ -1,23 +1,22 @@ -# PLD Titanium (Ti), multilib config -# Unofficial version of PLD Linux Distribution -# http://www.pld-linux.org/Titanium +# Titanium Linux Distribution, multilib config +# http://www.tld-linux.org/ _arch = %ARCH% -_prefix = ftp://ftp.titanium.pld-linux.org/branches/titanium +_prefix = ftp://ftp.tld-linux.org ############################################################ ### -# PLD Linux Titanium (Ti) Stable version +# Titanium (Ti) Stable [source] type = pndir name = ti-%{_arch} -path = %{_prefix}/stable/PLD/%{_arch}/RPMS/ +path = %{_prefix}/stable/TLD/%{_arch}/RPMS/ auto = no autoup = no ### -# PLD Linux Titanium (Ti) Stable version, test packages +# Titanium (Ti) Stable, test packages [source] type = pndir name = ti-test-%{_arch} @@ -28,16 +27,16 @@ autoup = no ############################################################ ### -# PLD Linux Titanium (Ti) Devel version +# Titanium (Ti) Devel [source] type = pndir name = ti-dev-%{_arch} -path = %{_prefix}/devel/PLD/%{_arch}/RPMS/ +path = %{_prefix}/devel/TLD/%{_arch}/RPMS/ auto = no autoup = no ### -# PLD Linux Titanium (Ti) Devel version, test packages +# Titanium (Ti) Devel, test packages [source] type = pndir name = ti-dev-test-%{_arch} diff --git a/poldek.conf b/poldek.conf index 71591a6..d428208 100644 --- a/poldek.conf +++ b/poldek.conf @@ -1,26 +1,25 @@ -# PLD Titanium (Ti) -# Unofficial version of PLD Linux Distribution -# http://www.pld-linux.org/Titanium +# Titanium Linux Distribution +# http://www.tld-linux.org/ _arch = %ARCH% -_prefix = ftp://ftp.titanium.pld-linux.org/branches/titanium +_prefix = ftp://ftp.tld-linux.org ############################################################ ### -# PLD Linux Titanium (Ti) Stable version +# Titanium (Ti) Stable [source] type = pndir name = ti -path = %{_prefix}/stable/PLD/%{_arch}/RPMS/ +path = %{_prefix}/stable/TLD/%{_arch}/RPMS/ [source] type = pndir name = ti -path = %{_prefix}/stable/PLD/noarch/RPMS/ +path = %{_prefix}/stable/TLD/noarch/RPMS/ ### -# PLD Linux Titanium (Ti) Stable version, test packages +# Titanium (Ti) Stable, test packages [source] type = pndir name = ti-test @@ -36,7 +35,7 @@ auto = no autoup = no ### -# PLD Linux Titanium (Ti) Stable version, old packages +# Titanium (Ti) Stable, archived packages [source] type = pndir name = ti-archive @@ -52,23 +51,23 @@ auto = no ############################################################ ### -# PLD Linux Titanium (Ti) Devel version +# Titanium (Ti) Devel [source] type = pndir name = ti-dev -path = %{_prefix}/devel/PLD/%{_arch}/RPMS/ +path = %{_prefix}/devel/TLD/%{_arch}/RPMS/ auto = no autoup = no [source] type = pndir name = ti-dev -path = %{_prefix}/devel/PLD/noarch/RPMS/ +path = %{_prefix}/devel/TLD/noarch/RPMS/ auto = no autoup = no ### -# PLD Linux Titanium (Ti) Devel version, test packages +# Titanium (Ti) Devel, test packages [source] type = pndir name = ti-dev-test -- 2.44.0