[Erp5-report] r40759 kazuhiko - in /erp5/trunk/buildout: software-profiles/ tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Nov 26 10:43:50 CET 2010


Author: kazuhiko
Date: Fri Nov 26 10:43:48 2010
New Revision: 40759

URL: http://svn.erp5.org?rev=40759&view=rev
Log:
no need to build apache modules for subversion, that were installed under parts/apache.

Modified:
    erp5/trunk/buildout/software-profiles/subversion.cfg
    erp5/trunk/buildout/tests/assertSoftware.py

Modified: erp5/trunk/buildout/software-profiles/subversion.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/subversion.cfg?rev=40759&r1=40758&r2=40759&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/subversion.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/subversion.cfg [utf8] Fri Nov 26 10:43:48 2010
@@ -26,7 +26,7 @@ patches =
 configure-options =
   --with-apr=${apache:location}/bin/apr-1-config
   --with-apr-util=${apache:location}/bin/apu-1-config
-  --with-apxs=${apache:location}/bin/apxs
+  --without-apxs
   --with-zlib=${zlib:location}
   --with-sqlite=${sqlite3:location}
   --with-neon=${neon:location}

Modified: erp5/trunk/buildout/tests/assertSoftware.py
URL: http://svn.erp5.org/erp5/trunk/buildout/tests/assertSoftware.py?rev=40759&r1=40758&r2=40759&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Fri Nov 26 10:43:48 2010
@@ -772,7 +772,6 @@ class AssertApache(AssertSoftwareMixin):
       authz_groupfile_module
       authz_host_module
       authz_owner_module
-      authz_svn_module
       authz_user_module
       autoindex_module
       bucketeer_module
@@ -786,7 +785,6 @@ class AssertApache(AssertSoftwareMixin):
       core_module
       dav_fs_module
       dav_module
-      dav_svn_module
       dbd_module
       deflate_module
       dir_module




More information about the Erp5-report mailing list