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

« back to all changes in this revision

Viewing changes to hooks/actions.py

  • 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:
7
7
from charmhelpers.core.host import adduser
8
8
from charmhelpers.payload import (archive, execd)
9
9
 
10
 
SERVICE_NAME = 'core-image-publisher'
 
10
SERVICE_NAME = 'core-image-builder'
11
11
SERVICE_CONFIGNAME = 'core-service.conf'
12
12
REQUIRED_PACKAGES = [
13
13
    'python-virtualenv', 'python3-dev',  'libssl-dev', 'libffi-dev',