[Erp5-report] r37478 lucas - in /erp5/trunk/utils/rpmgen: profiles/ templates/
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Aug 4 16:09:40 CEST 2010
Author: lucas
Date: Wed Aug 4 16:09:38 2010
New Revision: 37478
URL: http://svn.erp5.org?rev=37478&view=rev
Log:
Sorry, we should not use candidate to build the new packages, 5.4.6 is the new release.
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=37478&r1=37477&r2=37478&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/profiles/fedora.cfg [utf8] (original)
+++ erp5/trunk/utils/rpmgen/profiles/fedora.cfg [utf8] Wed Aug 4 16:09:38 2010
@@ -9,7 +9,7 @@ develop =
[checkout]
recipe = infrae.subversion
urls =
- https://svn.erp5.org/repos/public/erp5/release/candidate .
+ https://svn.erp5.org/repos/public/erp5/release/5.4.6 .
[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=37478&r1=37477&r2=37478&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/profiles/mandriva.cfg [utf8] (original)
+++ erp5/trunk/utils/rpmgen/profiles/mandriva.cfg [utf8] Wed Aug 4 16:09:38 2010
@@ -9,7 +9,7 @@ develop =
[checkout]
recipe = infrae.subversion
urls =
- https://svn.erp5.org/repos/public/erp5/release/candidate .
+ https://svn.erp5.org/repos/public/erp5/release/5.4.6 .
[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=37478&r1=37477&r2=37478&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/profiles/opensuse.cfg [utf8] (original)
+++ erp5/trunk/utils/rpmgen/profiles/opensuse.cfg [utf8] Wed Aug 4 16:09:38 2010
@@ -9,7 +9,7 @@ develop =
[checkout]
recipe = infrae.subversion
urls =
- https://svn.erp5.org/repos/public/erp5/release/candidate .
+ https://svn.erp5.org/repos/public/erp5/release/5.4.6 .
[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=37478&r1=37477&r2=37478&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 16:09:38 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/release/candidate/ .
+svn co https://svn.erp5.org/repos/public/erp5/release/5.4.6/ .
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=37478&r1=37477&r2=37478&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 16:09:38 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/release/candidate/ .
+svn co https://svn.erp5.org/repos/public/erp5/release/5.4.6/ .
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=37478&r1=37477&r2=37478&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 16:09:38 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/release/candidate/ .
+svn co https://svn.erp5.org/repos/public/erp5/release/5.4.6/ .
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