packages: poldek/poldek-multilib-ti.conf, poldek/poldek-ti.conf - new polde...

hawk hawk at pld-linux.org
Sat Aug 14 19:13:11 CEST 2010


Author: hawk                         Date: Sat Aug 14 17:13:11 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new poldek configs for Titanium

---- Files affected:
packages/poldek:
   poldek-multilib-ti.conf (1.2 -> 1.3) , poldek-ti.conf (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/poldek/poldek-multilib-ti.conf
diff -u packages/poldek/poldek-multilib-ti.conf:1.2 packages/poldek/poldek-multilib-ti.conf:1.3
--- packages/poldek/poldek-multilib-ti.conf:1.2	Sun Jun  8 13:05:42 2008
+++ packages/poldek/poldek-multilib-ti.conf	Sat Aug 14 19:13:06 2010
@@ -1,29 +1,46 @@
-# PLD Titanium, multilib config
+# 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
 
-_type = pndir
+############################################################
 
+###
+# PLD Linux Titanium (Ti) Stable version
 [source]
-type   = %{_type}
-name   = titanium-%{_arch}
-path   = %{_prefix}/PLD/%{_arch}/RPMS/
+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   = %{_type}
-name   = titanium-ready-%{_arch}
-path   = %{_prefix}/ready/%{_arch}/RPMS/
+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   = %{_type}
-name   = titanium-test-%{_arch}
-path   = %{_prefix}/test/%{_arch}/RPMS/
+type   = pndir
+name   = ti-dev-test-%{_arch}
+path   = %{_prefix}/devel/test/%{_arch}/RPMS/
 auto   = no
 autoup = no

================================================================
Index: packages/poldek/poldek-ti.conf
diff -u packages/poldek/poldek-ti.conf:1.1 packages/poldek/poldek-ti.conf:1.2
--- packages/poldek/poldek-ti.conf:1.1	Mon May 26 09:53:32 2008
+++ packages/poldek/poldek-ti.conf	Sat Aug 14 19:13:06 2010
@@ -1,46 +1,84 @@
-# PLD Titanium
+# PLD Titanium (Ti)
 # Unofficial version of PLD Linux Distribution
 # http://www.pld-linux.org/Titanium
 
 _arch   = %ARCH%
 _prefix = ftp://ftp.titanium.pld-linux.org/branches/titanium
 
-_type = pndir
+############################################################
 
+###
+# PLD Linux Titanium (Ti) Stable version
 [source]
-type   = %{_type}
-name   = titanium
-path   = %{_prefix}/PLD/%{_arch}/RPMS/
+type   = pndir
+name   = ti
+path   = %{_prefix}/stable/PLD/%{_arch}/RPMS/
 
 [source]
-type   = %{_type}
-name   = titanium
-path   = %{_prefix}/PLD/noarch/RPMS/
+type   = pndir
+name   = ti
+path   = %{_prefix}/stable/PLD/noarch/RPMS/
 
+###
+# PLD Linux Titanium (Ti) Stable version, test packages
 [source]
-type   = %{_type}
-name   = titanium-ready
-path   = %{_prefix}/ready/%{_arch}/RPMS/
+type   = pndir
+name   = ti-test
+path   = %{_prefix}/stable/test/%{_arch}/RPMS/
 auto   = no
 autoup = no
 
 [source]
-type   = %{_type}
-name   = titanium-ready
-path   = %{_prefix}/ready/noarch/RPMS/
+type   = pndir
+name   = ti-test
+path   = %{_prefix}/stable/test/noarch/RPMS/
 auto   = no
 autoup = no
 
+###
+# PLD Linux Titanium (Ti) Stable version, old packages
 [source]
-type   = %{_type}
-name   = titanium-test
-path   = %{_prefix}/test/%{_arch}/RPMS/
+type   = pndir
+name   = ti-archive
+path   = %{_prefix}/stable/archive/%{_arch}/RPMS/
+auto   = no
+
+[source]
+type   = pndir
+name   = ti-archive
+path   = %{_prefix}/stable/archive/noarch/RPMS/
+auto   = no
+
+############################################################
+
+###
+# PLD Linux Titanium (Ti) Devel version
+[source]
+type   = pndir
+name   = ti-dev
+path   = %{_prefix}/devel/PLD/%{_arch}/RPMS/
+auto   = no
+autoup = no
+
+[source]
+type   = pndir
+name   = ti-dev
+path   = %{_prefix}/devel/PLD/noarch/RPMS/
+auto   = no
+autoup = no
+
+###
+# PLD Linux Titanium (Ti) Devel version, test packages
+[source]
+type   = pndir
+name   = ti-dev-test
+path   = %{_prefix}/devel/test/%{_arch}/RPMS/
 auto   = no
 autoup = no
 
 [source]
-type   = %{_type}
-name   = titanium-test
-path   = %{_prefix}/test/noarch/RPMS/
+type   = pndir
+name   = ti-dev-test
+path   = %{_prefix}/devel/test/noarch/RPMS/
 auto   = no
 autoup = no
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/poldek/poldek-multilib-ti.conf?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/poldek/poldek-ti.conf?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list