branches with status:
Name Status Last Modified Last Commit
lp:~francois-ctrlaltdel/deja-dup/deja-dup (Has a merge proposal) 1 Development 2014-06-17 06:48:16 UTC
1539. Add support for alternative S3 endpoi...

Author: Francois Deppierraz
Revision Date: 2014-06-17 06:43:26 UTC

Add support for alternative S3 endpoint

This patch allows the user to specify an alternative S3 endpoint during
configuration. A new text area has been added to the S3 configuration
screen with a default value of 's3.amazonaws.com'.

With this patch deja-dup can easily be used with a private ceph cluster
running radosgw or openstack swift as a well as a bunch of public cloud
storage offerings with an S3 compatible API.

lp:~francois-ctrlaltdel/openerp-swiss-localization/openerp-swiss-localization bug(Has a merge proposal) 1 Development 2014-06-13 11:47:48 UTC
204. Fix openerp.pooler import

Author: Francois Deppierraz
Revision Date: 2014-06-13 11:47:28 UTC

Fix openerp.pooler import

lp:~francois-ctrlaltdel/charms/precise/openerp-web/fix-config-changed bug(Has a merge proposal) 1 Development 2014-04-08 09:29:55 UTC
25. Fix a syntax error in the 'config-cha...

Author: Francois Deppierraz
Revision Date: 2014-04-08 09:29:08 UTC

Fix a syntax error in the 'config-changed' hook

lp:~francois-ctrlaltdel/charms/precise/mysql/fixed-doc (Has a merge proposal) 1 Development 2014-03-03 09:01:21 UTC
114. Fix mysql client invocation command i...

Author: Francois Deppierraz
Revision Date: 2014-03-03 08:54:57 UTC

Fix mysql client invocation command in the doc

$ juju ssh mysql/0
ubuntu@juju-openstack-machine-2:~$ mysql -u root -p=`cat /var/lib/mysql/mysql.passwd`
cat: /var/lib/mysql/mysql.passwd: Permission denied
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
ubuntu@juju-openstack-machine-2:~$ mysql -u root -p`sudo cat /var/lib/mysql/mysql.passwd`
Welcome to the MySQL monitor. Commands end with ; or \g.
[...]

14 of 4 results