Merge lp:~jose/charms/precise/unattended-upgrades/add-categories-readme-markdown into lp:charms/unattended-upgrades

Proposed by José Antonio Rey
Status: Merged
Merged at revision: 2
Proposed branch: lp:~jose/charms/precise/unattended-upgrades/add-categories-readme-markdown
Merge into: lp:charms/unattended-upgrades
Diff against target: 66 lines (+24/-22)
3 files modified
README (+0/-22)
README.md (+22/-0)
metadata.yaml (+2/-0)
To merge this branch: bzr merge lp:~jose/charms/precise/unattended-upgrades/add-categories-readme-markdown
Reviewer Review Type Date Requested Status
Charles Butler (community) Approve
Review via email: mp+215966@code.launchpad.net

Description of the change

 * Added misc category
 * Converted README to Markdown as it's used by Charmworld

To post a comment you must log in.
3. By José Antonio Rey

Removed $ from commands on README

Revision history for this message
Charles Butler (lazypower) wrote :

Thanks for the update Jose!

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed file 'README'
2--- README 2013-03-27 06:46:03 +0000
3+++ README 1970-01-01 00:00:00 +0000
4@@ -1,22 +0,0 @@
5-=== `unattended-upgrades` ===
6-
7-This charm provides a subordinate service you can add to any master
8-service to keep all packages up-to-date automatically, using the
9-`unattended-upgrades` package.
10-
11- $ juju deploy <master>
12- $ juju deploy unattended-upgrades
13- $ juju add-relation <master> unattended-upgrades
14-
15-=== Limitations ===
16-
17-Currently, no configuration is provided: unattended-upgrades provides the
18-ability to select specific archives and origins for upgrading, but this
19-package does not expose that functionality.
20-
21-`unattended-upgrades` does not upgrade packages with configuration changes
22-to conffiles. This should be rare.
23-
24-Neither `unattended-upgrades` nor this charm will re-start services to use
25-new libraries or executables. TODO: Check on libc upgrades. They might
26-restart services.
27
28=== added file 'README.md'
29--- README.md 1970-01-01 00:00:00 +0000
30+++ README.md 2014-04-15 21:34:18 +0000
31@@ -0,0 +1,22 @@
32+# unattended-upgrades
33+
34+This charm provides a subordinate service you can add to any master
35+service to keep all packages up-to-date automatically, using the
36+`unattended-upgrades` package.
37+
38+ juju deploy <master>
39+ juju deploy unattended-upgrades
40+ juju add-relation <master> unattended-upgrades
41+
42+# Limitations
43+
44+Currently, no configuration is provided: unattended-upgrades provides the
45+ability to select specific archives and origins for upgrading, but this
46+package does not expose that functionality.
47+
48+`unattended-upgrades` does not upgrade packages with configuration changes
49+to conffiles. This should be rare.
50+
51+Neither `unattended-upgrades` nor this charm will re-start services to use
52+new libraries or executables. TODO: Check on libc upgrades. They might
53+restart services.
54
55=== modified file 'metadata.yaml'
56--- metadata.yaml 2013-03-27 06:46:03 +0000
57+++ metadata.yaml 2014-04-15 21:34:18 +0000
58@@ -4,6 +4,8 @@
59 description: |
60 Installs the unattended-upgrades package to automatically install
61 security upgrades.
62+categories:
63+ - misc
64 subordinate: true
65 requires:
66 juju-info:

Subscribers

People subscribed via source and target branches

to all changes: