~fginther/ubuntu-ci-services-itself/bsbuilder-fixes

« back to all changes in this revision

Viewing changes to branch-source-builder/setup.py

  • Committer: Francis Ginther
  • Date: 2014-03-07 18:58:45 UTC
  • Revision ID: francis.ginther@canonical.com-20140307185845-t4onpq5lycgwnxov
Pass subtickets directly to the branch source builder, allowing it to create subticket progress updates that are then updated by the lander. Check contents of the PPAs before uploading to ensure that the build will succeed. Create a results file to pass back as a global result artifact.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
requires = [
26
26
    'WebTest==2.0.10',
27
27
    'amqplib==1.0.0',
 
28
    'chardet>=2.0.1',
 
29
    'dput>=1.6',
 
30
    'launchpadlib==1.10.2',
 
31
    'lazr.enum>=1.1.2',
28
32
    'mock==1.0.1',
29
33
    'restish==0.12.1',
30
34
]