Merge lp:~bcsaller/charms/precise/zookeeper/proof-fix into lp:charms/zookeeper

Proposed by Benjamin Saller
Status: Merged
Merged at revision: 10
Proposed branch: lp:~bcsaller/charms/precise/zookeeper/proof-fix
Merge into: lp:charms/zookeeper
Diff against target: 28 lines (+12/-0)
2 files modified
README.md (+10/-0)
metadata.yaml (+2/-0)
To merge this branch: bzr merge lp:~bcsaller/charms/precise/zookeeper/proof-fix
Reviewer Review Type Date Requested Status
charmers Pending
Review via email: mp+234355@code.launchpad.net

Description of the change

This is a quick patch to pass charm proof. This in no way improves the charm.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'README.md'
2--- README.md 1970-01-01 00:00:00 +0000
3+++ README.md 2014-09-11 18:29:03 +0000
4@@ -0,0 +1,10 @@
5+ZooKeeper is a centralized service for maintaining configuration information,
6+naming, providing distributed synchronization, and providing group services.
7+All of these kinds of services are used in some form or another by distributed
8+applications. Each time they are implemented there is a lot of work that goes
9+into fixing the bugs and race conditions that are inevitable. Because of the
10+difficulty of implementing these kinds of services, applications initially
11+usually skimp on them ,which make them brittle in the presence of change and
12+difficult to manage. Even when done correctly, different implementations of
13+these services lead to management complexity when the applications are
14+deployed.
15
16=== added file 'hooks/config-changed'
17=== modified file 'metadata.yaml'
18--- metadata.yaml 2012-05-22 11:04:28 +0000
19+++ metadata.yaml 2014-09-11 18:29:03 +0000
20@@ -1,6 +1,8 @@
21 name: zookeeper
22 maintainer: James Page <james.page@ubuntu.com>
23 summary: High-performance coordination service for distributed applications
24+categories:
25+ - miscellaneous
26 description: |
27 ZooKeeper is a centralized, reliable, service for maintaining
28 configuration information, naming, providing distributed

Subscribers

People subscribed via source and target branches

to all changes: