~jcsackett/charms/precise/gitpad/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Overview
--------

This charm deploys the gitpad launchpad-github mirror service to mirror charms
from launchpad to github.

Usage
-----
To deploy gitpad

    juju deploy gitpad

gitpad requires no other services, and provides no interfaces. The only sign
that it is working is proper mirroring.

Configuration
-------------

For gitpad to work, you must supply a github user, github API key, and the ssh
key you use to push code to github.

    juju set gitpad github-user=foo
    juju set gitpad github-token=bar
    juju set gitpad github-key=baz