~joetalbott/charms/trusty/snappy-proposed-image-builder/add_build_commands_to_sudoers

« back to all changes in this revision

Viewing changes to README

  • Committer: Joe Talbott
  • Date: 2015-05-26 15:56:03 UTC
  • mfrom: (1.1.1 fix_publisher_leftovers)
  • Revision ID: joe.talbott@canonical.com-20150526155603-ydfagktkgr4xd0io
Fix leftover references to 'core-image-publisher'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Overview
2
2
--------
3
3
 
4
 
This charm install core-image-publisher service.
 
4
This charm installs the core-image-builder service.
5
5
 
6
6
Configuration
7
7
-------------
9
9
There is only one config option for this charm:
10
10
 
11
11
 * config-file: A base64 encoded string with the config file to use for
12
 
                core-image-publisher.
 
12
                core-image-builder.
13
13
 
14
14
The charm expects the payload code to be provided as 
15
 
files/core-image-publisher.tgz (a snapshot of lp:core-image-publisher) along
 
15
files/core-image-builder.tgz (a snapshot of lp:core-image-builder) along
16
16
with its corresponding files/pip-cache directory (python dependencies).