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
=== removed file 'README'
--- README 2013-03-27 06:46:03 +0000
+++ README 1970-01-01 00:00:00 +0000
@@ -1,22 +0,0 @@
1=== `unattended-upgrades` ===
2
3This charm provides a subordinate service you can add to any master
4service to keep all packages up-to-date automatically, using the
5`unattended-upgrades` package.
6
7 $ juju deploy <master>
8 $ juju deploy unattended-upgrades
9 $ juju add-relation <master> unattended-upgrades
10
11=== Limitations ===
12
13Currently, no configuration is provided: unattended-upgrades provides the
14ability to select specific archives and origins for upgrading, but this
15package does not expose that functionality.
16
17`unattended-upgrades` does not upgrade packages with configuration changes
18to conffiles. This should be rare.
19
20Neither `unattended-upgrades` nor this charm will re-start services to use
21new libraries or executables. TODO: Check on libc upgrades. They might
22restart services.
230
=== added file 'README.md'
--- README.md 1970-01-01 00:00:00 +0000
+++ README.md 2014-04-15 21:34:18 +0000
@@ -0,0 +1,22 @@
1# unattended-upgrades
2
3This charm provides a subordinate service you can add to any master
4service to keep all packages up-to-date automatically, using the
5`unattended-upgrades` package.
6
7 juju deploy <master>
8 juju deploy unattended-upgrades
9 juju add-relation <master> unattended-upgrades
10
11# Limitations
12
13Currently, no configuration is provided: unattended-upgrades provides the
14ability to select specific archives and origins for upgrading, but this
15package does not expose that functionality.
16
17`unattended-upgrades` does not upgrade packages with configuration changes
18to conffiles. This should be rare.
19
20Neither `unattended-upgrades` nor this charm will re-start services to use
21new libraries or executables. TODO: Check on libc upgrades. They might
22restart services.
023
=== modified file 'metadata.yaml'
--- metadata.yaml 2013-03-27 06:46:03 +0000
+++ metadata.yaml 2014-04-15 21:34:18 +0000
@@ -4,6 +4,8 @@
4description: |4description: |
5 Installs the unattended-upgrades package to automatically install5 Installs the unattended-upgrades package to automatically install
6 security upgrades.6 security upgrades.
7categories:
8 - misc
7subordinate: true9subordinate: true
8requires:10requires:
9 juju-info:11 juju-info:

Subscribers

People subscribed via source and target branches

to all changes: