~joetalbott/snappy-proposed-image-builder/use_tmpdir

« back to all changes in this revision

Viewing changes to called-by-tarmac.py

  • Committer: Ubuntu CI Bot
  • Author(s): Joe Talbott
  • Date: 2015-05-27 19:12:04 UTC
  • mfrom: (4.1.3 fix_names)
  • Revision ID: ubuntu_ci_bot-20150527191204-fec29y7jer5i031x
Rename core-image-builder to snappy-proposed-image-builder. [r=Celso Providelo]

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python3
2
2
#
3
 
# core-image-builder
 
3
# snappy-proposed-image-builder
4
4
# Copyright (C) 2015 Canonical
5
5
#
6
6
# This program is free software: you can redistribute it and/or modify
33
33
import sys
34
34
import tempfile
35
35
 
36
 
SERVICE_NAME = 'core-image-builder'
 
36
SERVICE_NAME = 'snappy-proposed-image-builder'
37
37
VENV_DIR = 'venv-{}'.format(SERVICE_NAME)
38
38
PIP_DIR = 'pip-cache-'.format(SERVICE_NAME)
39
39
PIP_CACHE_BRANCH = 'lp:~canonical-ci-engineering/{}/' \