~xnox/auto-package-testing/run-as-user

« back to all changes in this revision

Viewing changes to jenkins/adt-britney

  • Committer: Jean-Baptiste Lallement
  • Date: 2012-11-27 14:12:25 UTC
  • Revision ID: jean-baptiste.lallement@ubuntu.com-20121127141225-jsvw4zoxg62vgdf1
Conditionally import jenkins and jinja2 as it is only required for triggering the builds

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
# 'all' is used to track the status across all archs.
36
36
ARCHS = ('i386', 'amd64', 'all')
37
37
DEFAULT_RELEASE = 'raring'
38
 
DEFAULT_ARCH = 'i386'
 
38
DEFAULT_ARCH = 'amd64'
39
39
BINDIR = os.path.dirname(__file__)
40
40
 
41
41
# Error codes