Cédric de Saint Martin [Sun, 22 Jan 2012 11:33:04 +0000 (12:33 +0100)]
slaprunner : Use correct part name
Cédric de Saint Martin [Sun, 22 Jan 2012 11:28:56 +0000 (12:28 +0100)]
slaprunner : Go back to development
Alain Takoudjou [Fri, 20 Jan 2012 16:35:06 +0000 (17:35 +0100)]
develop can use slapos.cookbox from git.erp5.org/slapos.git
Antoine Catton [Fri, 20 Jan 2012 09:55:12 +0000 (10:55 +0100)]
Clean up the patching of mydumper.
Antoine Catton [Thu, 19 Jan 2012 17:09:48 +0000 (18:09 +0100)]
Remove warnings conversion to error on mydumper
This is dirty, but it allow to compile on 32bits machines.
Cédric de Saint Martin [Fri, 20 Jan 2012 15:28:01 +0000 (16:28 +0100)]
webrunner : add buildout-versions
Alain Takoudjou [Wed, 18 Jan 2012 16:25:45 +0000 (17:25 +0100)]
Delete develop entry into software.cfg
Alain Takoudjou [Wed, 18 Jan 2012 16:22:02 +0000 (17:22 +0100)]
Update Slaprunner recipe to use Git and Dropbear
Alain Takoudjou [Wed, 18 Jan 2012 15:24:33 +0000 (16:24 +0100)]
Add to dropbear recipe the ability to auto force host key
Antoine Catton [Fri, 6 Jan 2012 13:48:27 +0000 (14:48 +0100)]
Use section name to name the buildout profile file.
This allow having a stable buildout.cfg name.
Thus, when we are switching software type it will not
keep trash buildout profile.
Antoine Catton [Fri, 6 Jan 2012 13:40:04 +0000 (14:40 +0100)]
Remove dirty hack _setupAutoInstallUninstall
This hack was done in order to have the buildout uninstalling the part
and reinstalling every time.
This was because big monolitic recipe were doing some internal
calculations.
This is not needed anymore with generic recipes.
Antoine Catton [Fri, 6 Jan 2012 10:56:36 +0000 (11:56 +0100)]
Merge branch 'erp5-generic' into wprtubackup
Conflicts:
setup.py
slapos/recipe/librecipe/genericslap.py
slapos/recipe/publish.py
slapos/recipe/request.py
slapos/recipe/softwaretype.py
Antoine Catton [Fri, 6 Jan 2012 10:24:43 +0000 (11:24 +0100)]
Adding waitfor recipe.
This recipe waitfor files to be created.
It uses shlex to split command line.
A part of this recipe looks like :
[waitfor]
recipe = slapos.cookbook:waitfor
command-line = executable "with escaped arguments" if\ needed
files =
one-file/per/line
another/file.txt
Romain Courteaud [Thu, 5 Jan 2012 16:16:04 +0000 (17:16 +0100)]
Generate random commonname.
Reduce CommonName length to match 64 or less characters
Antoine Catton [Fri, 6 Jan 2012 09:59:37 +0000 (10:59 +0100)]
Refactor urlparse_ into _urlparse which is more pythonic.
Romain Courteaud [Wed, 28 Dec 2011 09:07:43 +0000 (10:07 +0100)]
Merge remote-tracking branch 'upstream/erp5' into upstreamerp5generic
Conflicts:
software/erp5/software.cfg
Romain Courteaud [Fri, 19 Aug 2011 13:15:29 +0000 (15:15 +0200)]
Configure log levels.
Event log to info allows to extract usefull informations for reporting.
Romain Courteaud [Fri, 19 Aug 2011 12:35:46 +0000 (14:35 +0200)]
Make attacks slightly more difficult in some cases.
This is mandatory for PCI compliancy.
Romain Courteaud [Thu, 7 Jul 2011 12:33:22 +0000 (14:33 +0200)]
Only use secure SSL version.
Needed for PCI compliancy.
Kazuhiko Shiozaki [Fri, 23 Dec 2011 19:56:49 +0000 (20:56 +0100)]
version up : Zope2-2.12.21.
* Restrict the available functions in DocumentTemplate.sequence to public API's of zope.sequencesort.
* Turn UndoSupport.get_request_var_or_attr helper into a private API.
* Provide security declarations for BTreeFolder2Base class, instead of only for BTreeFolder2 via the OFS.Folder mix-in.
* LP #902068: Fixed missing security declaration for ObjectManager class.
* Fixed serious authentication vulnerability in stock configuration.
Łukasz Nowak [Fri, 23 Dec 2011 15:46:47 +0000 (16:46 +0100)]
Reset versions.
Antoine Catton [Fri, 23 Dec 2011 15:39:01 +0000 (16:39 +0100)]
Merge branch 'master' into wprtubackup
Conflicts:
component/mariadb/buildout.cfg
component/stunnel/buildout.cfg
slapos/recipe/mysql/template/my.cnf.in
Kazuhiko Shiozaki [Thu, 22 Dec 2011 16:24:36 +0000 (17:24 +0100)]
version up : MariaDB 5.3.3. use readline5 (GPL2) instead of the latest readline (GPL3).
Kazuhiko Shiozaki [Thu, 22 Dec 2011 16:24:00 +0000 (17:24 +0100)]
add readline-5 that is still used for GPL2 only softwares.
Rafael Monnerat [Thu, 22 Dec 2011 02:37:02 +0000 (00:37 -0200)]
Included the configurator for run_my_docs on business template list
Rafael Monnerat [Wed, 21 Dec 2011 22:19:10 +0000 (20:19 -0200)]
Dependencies are resolved automatically for Business Templates
Except by ambiguous decision (ie.: full text catalog), there is no need to install to decribe all depedencies on this list, because Template Tool in this case already install depedencies automatically.
Aurélien Calonne [Wed, 21 Dec 2011 16:11:47 +0000 (17:11 +0100)]
add egg for coverage
Aurélien Calonne [Mon, 19 Dec 2011 08:03:46 +0000 (09:03 +0100)]
version up
Kazuhiko Shiozaki [Fri, 16 Dec 2011 20:35:24 +0000 (21:35 +0100)]
version up : GNU DBM 1.10.
Antoine Catton [Wed, 14 Dec 2011 15:46:51 +0000 (16:46 +0100)]
Use option instead of going through buildout to get slave instance list
in pbs recipe.
Antoine Catton [Wed, 14 Dec 2011 15:42:18 +0000 (16:42 +0100)]
Copy slave instance list in pbs section of lamp.
This allow to update pbs section each time new slave instance
is added.
Antoine Catton [Wed, 14 Dec 2011 15:38:49 +0000 (16:38 +0100)]
Save secret_key in order to avoid changing it every buildout run.
Antoine Catton [Tue, 13 Dec 2011 17:07:59 +0000 (18:07 +0100)]
Generate secret key for php application.
Antoine Catton [Tue, 13 Dec 2011 10:07:01 +0000 (11:07 +0100)]
Add dropbear parts to main lamp backuped instance.cfg
Antoine Catton [Tue, 13 Dec 2011 10:06:34 +0000 (11:06 +0100)]
Avoid pbs recipe to fail.
Antoine Catton [Tue, 13 Dec 2011 10:05:30 +0000 (11:05 +0100)]
Avoid having None in known_hosts file.
Antoine Catton [Mon, 12 Dec 2011 15:13:03 +0000 (16:13 +0100)]
Finish the profile of lamp stack.
Antoine Catton [Mon, 12 Dec 2011 15:12:21 +0000 (16:12 +0100)]
Run bang every time ssh failed on pbs promises.
Antoine Catton [Mon, 12 Dec 2011 15:11:26 +0000 (16:11 +0100)]
Add apacheproxy recipe.
Antoine Catton [Fri, 9 Dec 2011 16:51:53 +0000 (17:51 +0100)]
Switch pbs promise timeout to sigterm catch.
Antoine Catton [Fri, 9 Dec 2011 16:48:33 +0000 (17:48 +0100)]
Default value on pull backup slave instance title
This try to swallow as much as possible slave instance bad requests.
Łukasz Nowak [Fri, 9 Dec 2011 15:26:03 +0000 (16:26 +0100)]
Merge remote-tracking branch 'upstream/erp5' into upstream-erp5-generic
Kazuhiko Shiozaki [Wed, 7 Dec 2011 13:27:22 +0000 (14:27 +0100)]
version up : ImageMagick 6.7.3-10. remove the patch that is no longer required.
Łukasz Nowak [Wed, 7 Dec 2011 12:31:42 +0000 (13:31 +0100)]
Merge branch 'erp5' into erp5-generic
Kazuhiko Shiozaki [Thu, 20 Oct 2011 20:03:43 +0000 (22:03 +0200)]
version up : MariaDB 5.3.2-beta
Kazuhiko Shiozaki [Tue, 6 Dec 2011 13:55:25 +0000 (14:55 +0100)]
try to create more completed configure script by adding m4 macros of glib and pkgconfig.
Kazuhiko Shiozaki [Tue, 6 Dec 2011 11:48:27 +0000 (12:48 +0100)]
version up : Zabbix 1.8.9.
Arnaud Fontaine [Tue, 6 Dec 2011 11:37:16 +0000 (20:37 +0900)]
Calling autoconf only should be enough (
4aecd2c4ddea01bdb82032e4eefe442213fb807b).
Kazuhiko Shiozaki [Tue, 6 Dec 2011 10:07:45 +0000 (11:07 +0100)]
specify --prefix explicitly that is required if we specify configure-command.
Arnaud Fontaine [Tue, 6 Dec 2011 09:31:15 +0000 (18:31 +0900)]
Add patch for groonga against configure.ac for -Wno-* CFLAGS and CXXFLAGS.
Łukasz Nowak [Mon, 5 Dec 2011 16:51:26 +0000 (17:51 +0100)]
Merge branch 'erp5' into erp5-generic
Łukasz Nowak [Mon, 5 Dec 2011 16:51:14 +0000 (17:51 +0100)]
Unfreeze versions.
Łukasz Nowak [Mon, 5 Dec 2011 15:58:53 +0000 (16:58 +0100)]
Freeze versions.
Łukasz Nowak [Mon, 5 Dec 2011 13:10:23 +0000 (14:10 +0100)]
Merge branch 'erp5' into erp5-generic
Kazuhiko Shiozaki [Mon, 5 Dec 2011 13:07:49 +0000 (14:07 +0100)]
Avoid building not needed engine.
oqgraph will be automatically built when libboost is available. In order to
follow separation from operating system avoid to building this not needed engine
and thus do not depend on operating system's library.
Łukasz Nowak [Mon, 5 Dec 2011 11:11:48 +0000 (12:11 +0100)]
Merge branch 'erp5' into erp5-generic
Łukasz Nowak [Mon, 5 Dec 2011 11:10:42 +0000 (12:10 +0100)]
Advertise 0.39 development.
Łukasz Nowak [Mon, 5 Dec 2011 11:08:52 +0000 (12:08 +0100)]
Prepare release.
Łukasz Nowak [Mon, 5 Dec 2011 11:04:06 +0000 (12:04 +0100)]
Merge branch 'erp5' into erp5-generic
Łukasz Nowak [Mon, 5 Dec 2011 11:03:50 +0000 (12:03 +0100)]
Version update.
Łukasz Nowak [Mon, 5 Dec 2011 10:10:20 +0000 (11:10 +0100)]
Fill changelog.
Łukasz Nowak [Mon, 5 Dec 2011 09:40:58 +0000 (10:40 +0100)]
Merge branch 'erp5' into erp5-generic
Conflicts:
stack/erp5.cfg
Łukasz Nowak [Mon, 5 Dec 2011 09:39:19 +0000 (10:39 +0100)]
Merge branch 'master' into erp5
Aurélien Calonne [Fri, 2 Dec 2011 08:59:53 +0000 (09:59 +0100)]
fix version to use
Kazuhiko Shiozaki [Thu, 1 Dec 2011 14:01:30 +0000 (15:01 +0100)]
version up : groonga-1.2.8 and mroonga-1.10.
Antoine Catton [Wed, 30 Nov 2011 10:09:55 +0000 (11:09 +0100)]
Update the dropbear url.
I updated the dropbear url because it wasn't uploaded to network cache.
I kept an old version because :
* our patches don't work anymore with the latest version.
* the latest version (at the date of this commit, doesn't have an
interesting changelog).
* by laziness.
Antoine Catton [Wed, 30 Nov 2011 10:09:08 +0000 (11:09 +0100)]
Version up stunnel from 4.49 to 4.49.
Antoine Catton [Wed, 30 Nov 2011 10:09:55 +0000 (11:09 +0100)]
Update the dropbear url.
I updated the dropbear url because it wasn't uploaded to network cache.
I kept an old version because :
* our patches don't work anymore with the latest version.
* the latest version (at the date of this commit, doesn't have an
interesting changelog).
* by laziness.
Antoine Catton [Wed, 30 Nov 2011 10:09:08 +0000 (11:09 +0100)]
Version up stunnel from 4.49 to 4.49.
Tatuya Kamada [Wed, 30 Nov 2011 09:00:21 +0000 (18:00 +0900)]
Follow-up instance-erp5-development.cfg modification.
Tatuya Kamada [Wed, 30 Nov 2011 08:10:00 +0000 (17:10 +0900)]
Fix mariadb download url. The old one is no longer exists.
Tatuya Kamada [Wed, 30 Nov 2011 08:04:38 +0000 (17:04 +0900)]
Fix the issue that generate.cloudooo recipe does not work
when we do not put the cloudoo-json parameter as a slapos-parameter.
Łukasz Nowak [Tue, 29 Nov 2011 09:09:57 +0000 (10:09 +0100)]
Newer stunnel.
Yingjie Xu [Mon, 28 Nov 2011 21:52:45 +0000 (22:52 +0100)]
Fix md5sum value.
Łukasz Nowak [Mon, 28 Nov 2011 12:17:30 +0000 (13:17 +0100)]
Pick working stunnel link.
Kazuhiko Shiozaki [Fri, 25 Nov 2011 10:29:43 +0000 (11:29 +0100)]
handlersocket plugin is now included in MariaDB.
Kazuhiko Shiozaki [Fri, 25 Nov 2011 10:28:29 +0000 (11:28 +0100)]
version up : Libtool-2.4.2.
Kazuhiko Shiozaki [Fri, 25 Nov 2011 10:17:22 +0000 (11:17 +0100)]
improve xtrabackup-1.6.2_build.patch.
Kazuhiko Shiozaki [Thu, 24 Nov 2011 13:19:00 +0000 (14:19 +0100)]
add my signature certificate.
Cédric de Saint Martin [Thu, 24 Nov 2011 13:04:07 +0000 (14:04 +0100)]
Advertise development of new version
Cédric de Saint Martin [Thu, 24 Nov 2011 13:01:53 +0000 (14:01 +0100)]
Release slapos.cookbook-0.37
Cédric de Saint Martin [Thu, 24 Nov 2011 12:58:31 +0000 (13:58 +0100)]
Pin versions for kvm
Cédric de Saint Martin [Thu, 24 Nov 2011 12:42:43 +0000 (13:42 +0100)]
Merge branch 'master' into kvm
Cédric de Saint Martin [Thu, 24 Nov 2011 12:39:54 +0000 (13:39 +0100)]
Add buildout-versions to kvm software release
Cédric de Saint Martin [Thu, 24 Nov 2011 12:09:31 +0000 (13:09 +0100)]
Reduce CommonName length to match 64 or less characters
Cédric de Saint Martin [Thu, 24 Nov 2011 12:06:35 +0000 (13:06 +0100)]
Revert "Clever way to generate random CommonName only once"
Yet Another Revert And Hopefully The Last One
This reverts commit
7b3f3d012547e113d8d28208961cb5f77432550e.
Cédric de Saint Martin [Thu, 24 Nov 2011 10:28:56 +0000 (11:28 +0100)]
Clever way to generate random CommonName only once
Kazuhiko Shiozaki [Thu, 24 Nov 2011 10:17:18 +0000 (11:17 +0100)]
use another mirror, because the previous site no longer mirrors mariadb.
Łukasz Nowak [Thu, 24 Nov 2011 10:16:57 +0000 (11:16 +0100)]
Freeze versions.
Cédric de Saint Martin [Thu, 24 Nov 2011 10:14:59 +0000 (11:14 +0100)]
Revert "Generate new ca_email for ssl cert issuer for each software instance."
This reverts commit
bfb4669a9ab8ba5b3b45564f8a85f3692fa08d5c.
Łukasz Nowak [Thu, 24 Nov 2011 09:41:42 +0000 (10:41 +0100)]
Merge branch 'master' into slapos
Cédric de Saint Martin [Wed, 23 Nov 2011 14:49:30 +0000 (15:49 +0100)]
Generate random CommonName
Cédric de Saint Martin [Wed, 23 Nov 2011 14:07:22 +0000 (15:07 +0100)]
Revert "ca_email was meant to be ca_company"
This reverts commit
bf1bb980e7760d4de8cadce729a93e10b3e9cf5d.
Cédric de Saint Martin [Wed, 23 Nov 2011 14:07:04 +0000 (15:07 +0100)]
Revert "Use different common_name for openssl"
This reverts commit
320f02657a5dd5c8d2010c8ceb29db8183a36ce7.
Antoine Catton [Wed, 23 Nov 2011 13:47:56 +0000 (14:47 +0100)]
Easily switch from main MariaDB to backup one
Cédric de Saint Martin [Wed, 23 Nov 2011 12:32:03 +0000 (13:32 +0100)]
Some systems seem to have problem with github ca. Do not check it for this clone.
Cédric de Saint Martin [Wed, 23 Nov 2011 10:40:49 +0000 (11:40 +0100)]
Use different common_name for openssl
Cédric de Saint Martin [Wed, 23 Nov 2011 08:58:14 +0000 (09:58 +0100)]
ca_email was meant to be ca_company
Cédric de Saint Martin [Wed, 23 Nov 2011 08:48:58 +0000 (09:48 +0100)]
Generate new ca_email for ssl cert issuer for each software instance.
This is okay for kvm case, where only one cert is requested only once.
Antoine Catton [Tue, 22 Nov 2011 16:46:26 +0000 (17:46 +0100)]
Publish notification based lamp stack.