]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- new poldek configs for Titanium auto/ti/poldek-0_30-0_rc1_2
authorhawk <hawk@pld-linux.org>
Sat, 14 Aug 2010 17:13:06 +0000 (17:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-multilib-ti.conf -> 1.3
    poldek-ti.conf -> 1.2

poldek-multilib-ti.conf
poldek-ti.conf

index 94c5157644a80d321f0ce65de453941336433332..67a9f0fdb9992b874bbf072a4f890427a11a3fab 100644 (file)
@@ -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 151b3421080bb0a86c25e62c8aeb2f6273aab3de..71591a64360be848e8697dba66ecd209e248f30f 100644 (file)
@@ -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
This page took 0.056646 seconds and 4 git commands to generate.