[Erp5-report] r37477 lucas - in /erp5/trunk/utils/rpmgen: profiles/ templates/

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Aug 4 15:50:32 CEST 2010


Author: lucas
Date: Wed Aug  4 15:50:31 2010
New Revision: 37477

URL: http://svn.erp5.org?rev=37477&view=rev
Log:
Replaced svn url to use release/candidate instead of trunk/buildout.

Modified:
    erp5/trunk/utils/rpmgen/profiles/fedora.cfg
    erp5/trunk/utils/rpmgen/profiles/mandriva.cfg
    erp5/trunk/utils/rpmgen/profiles/opensuse.cfg
    erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-fedora12.spec.in
    erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in
    erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-opensuse11.2.spec.in

Modified: erp5/trunk/utils/rpmgen/profiles/fedora.cfg
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/profiles/fedora.cfg?rev=37477&r1=37476&r2=37477&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/profiles/fedora.cfg [utf8] (original)
+++ erp5/trunk/utils/rpmgen/profiles/fedora.cfg [utf8] Wed Aug  4 15:50:31 2010
@@ -9,7 +9,7 @@ develop =
 [checkout]
 recipe = infrae.subversion
 urls =
-  https://svn.erp5.org/repos/public/erp5/trunk/buildout .
+  https://svn.erp5.org/repos/public/erp5/release/candidate .
 
 [create-software-fedora-spec]
 recipe = createmandrivaspec

Modified: erp5/trunk/utils/rpmgen/profiles/mandriva.cfg
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/profiles/mandriva.cfg?rev=37477&r1=37476&r2=37477&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/profiles/mandriva.cfg [utf8] (original)
+++ erp5/trunk/utils/rpmgen/profiles/mandriva.cfg [utf8] Wed Aug  4 15:50:31 2010
@@ -9,7 +9,7 @@ develop =
 [checkout]
 recipe = infrae.subversion
 urls =
-  https://svn.erp5.org/repos/public/erp5/trunk/buildout .
+  https://svn.erp5.org/repos/public/erp5/release/candidate .
 
 [create-software-mandriva-spec]
 recipe = createmandrivaspec

Modified: erp5/trunk/utils/rpmgen/profiles/opensuse.cfg
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/profiles/opensuse.cfg?rev=37477&r1=37476&r2=37477&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/profiles/opensuse.cfg [utf8] (original)
+++ erp5/trunk/utils/rpmgen/profiles/opensuse.cfg [utf8] Wed Aug  4 15:50:31 2010
@@ -9,8 +9,7 @@ develop =
 [checkout]
 recipe = infrae.subversion
 urls =
-  https://svn.erp5.org/repos/public/erp5/trunk/buildout .
-
+  https://svn.erp5.org/repos/public/erp5/release/candidate .
 [create-software-opensuse-spec]
 recipe = createmandrivaspec
 name = erp5-official-buildout

Modified: erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-fedora12.spec.in
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-fedora12.spec.in?rev=37477&r1=37476&r2=37477&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-fedora12.spec.in [utf8] (original)
+++ erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-fedora12.spec.in [utf8] Wed Aug  4 15:50:31 2010
@@ -37,7 +37,7 @@ getent passwd %{erp5user} >/dev/null || 
 %build
 mkdir -p %{installdir}
 cd %{installdir}
-svn co https://svn.erp5.org/repos/public/erp5/trunk/buildout/ .
+svn co https://svn.erp5.org/repos/public/erp5/release/candidate/ .
 echo "[software_definition]" >> timmy-base.cfg
 echo "software_home = %{softwarehome}" >> timmy-base.cfg
 %{softwarehome}/bin/python2.4 -S bootstrap/bootstrap.py -c timmy-base.cfg

Modified: erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in?rev=37477&r1=37476&r2=37477&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in [utf8] (original)
+++ erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in [utf8] Wed Aug  4 15:50:31 2010
@@ -35,7 +35,7 @@ BuildRoot: /opt/rpmbuild/%{fullname}-%{r
 %build
 mkdir -p %{installdir}
 cd %{installdir}
-svn co https://svn.erp5.org/repos/public/erp5/trunk/buildout/ .
+svn co https://svn.erp5.org/repos/public/erp5/release/candidate/ .
 echo "[software_definition]" >> timmy-base.cfg
 echo "software_home = %{softwarehome}" >> timmy-base.cfg
 %{softwarehome}/bin/python2.4 -S bootstrap/bootstrap.py -c timmy-base.cfg

Modified: erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-opensuse11.2.spec.in
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-opensuse11.2.spec.in?rev=37477&r1=37476&r2=37477&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-opensuse11.2.spec.in [utf8] (original)
+++ erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-opensuse11.2.spec.in [utf8] Wed Aug  4 15:50:31 2010
@@ -37,7 +37,7 @@ getent passwd USERNAME >/dev/null || use
 %build
 mkdir -p %{installdir}
 cd %{installdir}
-svn co https://svn.erp5.org/repos/public/erp5/trunk/buildout/ .
+svn co https://svn.erp5.org/repos/public/erp5/release/candidate/ .
 echo "[software_definition]" >> timmy-base.cfg
 echo "software_home = %{softwarehome}" >> timmy-base.cfg
 %{softwarehome}/bin/python2.4 -S bootstrap/bootstrap.py -c timmy-base.cfg




More information about the Erp5-report mailing list