]> TLD Linux GIT Repositories - packages/poldek.git/commitdiff
- multilib config renamed
authorMarcin Krol <hawk@tld-linux.org>
Sat, 10 Sep 2011 22:32:03 +0000 (00:32 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Sat, 10 Sep 2011 22:32:03 +0000 (00:32 +0200)
poldek-multilib-ti.conf [deleted file]
poldek-multilib.conf

diff --git a/poldek-multilib-ti.conf b/poldek-multilib-ti.conf
deleted file mode 100644 (file)
index 67a9f0f..0000000
+++ /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
index 846ba23d4147b326749636ec23bbbcd9e0b89bf7..67a9f0fdb9992b874bbf072a4f890427a11a3fab 100644 (file)
@@ -1,51 +1,46 @@
-# $Id: poldek-multilib.conf,v 1.22 2009/11/03 11:36:17 glen Exp $
-# PLD Linux Distribution <http://www.pld-linux.org/>.
-#
-# 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