Author: sparky Date: Wed Feb 24 02:16:07 2010 New Revision: 11170 Added: toys/tools/cleanbuild/poldekconf/repos.d/pld-ti-i586.conf toys/tools/cleanbuild/poldekconf/repos.d/pld-ti-i686.conf toys/tools/cleanbuild/poldekconf/repos.d/pld-ti-x86_64.conf Log: - titanium repos
Added: toys/tools/cleanbuild/poldekconf/repos.d/pld-ti-i586.conf ============================================================================== --- (empty file) +++ toys/tools/cleanbuild/poldekconf/repos.d/pld-ti-i586.conf Wed Feb 24 02:16:07 2010 @@ -0,0 +1,49 @@ +_pld_server = http://ftp1.pld-linux.org +_dist = ti +_arch = i586 +_prefix = %{_pld_server}/branches/titanium + +[source] +type = pndir +name = %{_dist}-%{_arch} +path = %{_prefix}/PLD/%{_arch}/RPMS/ + +[source] +type = pndir +name = %{_dist}-%{_arch} +path = %{_prefix}/PLD/noarch/RPMS/ + +[source] +type = pndir +name = _%{_dist}-%{_arch}-ready +path = %{_prefix}/ready/%{_arch}/RPMS/ + +[source] +type = pndir +name = _%{_dist}-%{_arch}-ready +path = %{_prefix}/ready/noarch/RPMS/ + +[source] +type = pndir +name = _%{_dist}-%{_arch}-test +path = %{_prefix}/test/%{_arch}/RPMS/ +auto = no +autoup = no + +[source] +type = pndir +name = _%{_dist}-%{_arch}-test +path = %{_prefix}/test/noarch/RPMS/ +auto = no +autoup = no + + +[source] +type = group +name = %{_dist}-%{_arch}-ready +sources = %{_dist}-%{_arch} _%{_dist}-%{_arch}-ready + +[source] +type = group +name = %{_dist}-%{_arch}-test +sources = %{_dist}-%{_arch} _%{_dist}-%{_arch}-ready _%{_dist}-%{_arch}-test Added: toys/tools/cleanbuild/poldekconf/repos.d/pld-ti-i686.conf ============================================================================== --- (empty file) +++ toys/tools/cleanbuild/poldekconf/repos.d/pld-ti-i686.conf Wed Feb 24 02:16:07 2010 @@ -0,0 +1,49 @@ +_pld_server = http://ftp1.pld-linux.org +_dist = ti +_arch = i686 +_prefix = %{_pld_server}/branches/titanium + +[source] +type = pndir +name = %{_dist}-%{_arch} +path = %{_prefix}/PLD/%{_arch}/RPMS/ + +[source] +type = pndir +name = %{_dist}-%{_arch} +path = %{_prefix}/PLD/noarch/RPMS/ + +[source] +type = pndir +name = _%{_dist}-%{_arch}-ready +path = %{_prefix}/ready/%{_arch}/RPMS/ + +[source] +type = pndir +name = _%{_dist}-%{_arch}-ready +path = %{_prefix}/ready/noarch/RPMS/ + +[source] +type = pndir +name = _%{_dist}-%{_arch}-test +path = %{_prefix}/test/%{_arch}/RPMS/ +auto = no +autoup = no + +[source] +type = pndir +name = _%{_dist}-%{_arch}-test +path = %{_prefix}/test/noarch/RPMS/ +auto = no +autoup = no + + +[source] +type = group +name = %{_dist}-%{_arch}-ready +sources = %{_dist}-%{_arch} _%{_dist}-%{_arch}-ready + +[source] +type = group +name = %{_dist}-%{_arch}-test +sources = %{_dist}-%{_arch} _%{_dist}-%{_arch}-ready _%{_dist}-%{_arch}-test Added: toys/tools/cleanbuild/poldekconf/repos.d/pld-ti-x86_64.conf ============================================================================== --- (empty file) +++ toys/tools/cleanbuild/poldekconf/repos.d/pld-ti-x86_64.conf Wed Feb 24 02:16:07 2010 @@ -0,0 +1,49 @@ +_pld_server = http://ftp1.pld-linux.org +_dist = ti +_arch = x86_64 +_prefix = %{_pld_server}/branches/titanium + +[source] +type = pndir +name = %{_dist}-%{_arch} +path = %{_prefix}/PLD/%{_arch}/RPMS/ + +[source] +type = pndir +name = %{_dist}-%{_arch} +path = %{_prefix}/PLD/noarch/RPMS/ + +[source] +type = pndir +name = _%{_dist}-%{_arch}-ready +path = %{_prefix}/ready/%{_arch}/RPMS/ + +[source] +type = pndir +name = _%{_dist}-%{_arch}-ready +path = %{_prefix}/ready/noarch/RPMS/ + +[source] +type = pndir +name = _%{_dist}-%{_arch}-test +path = %{_prefix}/test/%{_arch}/RPMS/ +auto = no +autoup = no + +[source] +type = pndir +name = _%{_dist}-%{_arch}-test +path = %{_prefix}/test/noarch/RPMS/ +auto = no +autoup = no + + +[source] +type = group +name = %{_dist}-%{_arch}-ready +sources = %{_dist}-%{_arch} _%{_dist}-%{_arch}-ready + +[source] +type = group +name = %{_dist}-%{_arch}-test +sources = %{_dist}-%{_arch} _%{_dist}-%{_arch}-ready _%{_dist}-%{_arch}-test _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
