Merge lp:~jose/charms/precise/pictor/1297617-fix into lp:charms/pictor

Proposed by José Antonio Rey
Status: Merged
Merged at revision: 5
Proposed branch: lp:~jose/charms/precise/pictor/1297617-fix
Merge into: lp:charms/pictor
Diff against target: 51 lines (+31/-1)
2 files modified
README.md (+29/-0)
metadata.yaml (+2/-1)
To merge this branch: bzr merge lp:~jose/charms/precise/pictor/1297617-fix
Reviewer Review Type Date Requested Status
charmers Pending
Review via email: mp+212767@code.launchpad.net

Commit message

Fixed metadata, added categories and README.md file

Description of the change

Charmworld reports the following errors:

    err: Unknown root metadata field (ensemble)
    warn: Metadata is missing categories.
    warn: No icon.svg file.
    warn: no README file

Fixed them all except icon adding.

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

Replaced placeholder icon

7. By José Antonio Rey

Fixed errors

8. By José Antonio Rey

Deleted icon

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'README.md'
--- README.md 1970-01-01 00:00:00 +0000
+++ README.md 2014-04-08 02:10:36 +0000
@@ -0,0 +1,29 @@
1Pictor is a web application for browsing albums of pictures, perhaps similar to
2Picasa or Flickr, except you own the filesystem serving the content. Pictor
3dynamically resizes and caches images, and is driven entirely by the filesystem
4(no database required).
5
6# Usage
7
8In order to deploy Pictor in your Juju-configured machine, execute the following
9commands on a Terminal:
10
11 juju bootstrap
12 juju deploy pictor
13
14After that, you can expose the service to the web:
15
16 juju expose pictor
17
18And can get the public IP address / DNS of the machine:
19
20 juju status
21
22# Configuration
23
24This charm requires no configuration options.
25
26# Contact information
27
28Maintainer: Dustin Kirkland <dustin.kirkland@gmail.com>
29Report bugs at https://bugs.launchpad.net/charms
030
=== modified file 'metadata.yaml'
--- metadata.yaml 2012-05-23 16:08:02 +0000
+++ metadata.yaml 2014-04-08 02:10:36 +0000
@@ -1,4 +1,3 @@
1ensemble: formula
2name: pictor1name: pictor
3summary: "Pictor is a web application for browsing albums of pictures"2summary: "Pictor is a web application for browsing albums of pictures"
4maintainer: Dustin Kirkland <dustin.kirkland@gmail.com>3maintainer: Dustin Kirkland <dustin.kirkland@gmail.com>
@@ -7,6 +6,8 @@
7 similar to Picasa or Flickr, except you own the filesystem serving6 similar to Picasa or Flickr, except you own the filesystem serving
8 the content. Pictor dynamically resizes and caches images, and is7 the content. Pictor dynamically resizes and caches images, and is
9 driven entirely by the filesystem (no database required).8 driven entirely by the filesystem (no database required).
9categories:
10 - applications
10provides:11provides:
11 website:12 website:
12 interface: http13 interface: http

Subscribers

People subscribed via source and target branches

to all changes: