~ubuntu-on-ec2/vmbuilder/automated-ec2-builds

« back to all changes in this revision

Viewing changes to build-buildd-image

  • Committer: Ben Howard
  • Date: 2016-01-05 00:55:57 UTC
  • Revision ID: ben.howard@ubuntu.com-20160105005557-fsgq9c7fdu86a2ep
Revert prior commit, and build Wily using Updates. Per the Launchpad team, we are invocking buildds wrong; we should be using the Updates pocket.

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
            --cred-location /.lp_creds
140
140
        )
141
141
 
 
142
    # Only use the PPA for versions before wily
 
143
    if dist_le "${suite}" vivid; then
 
144
        cmd+=(--archive ppa:cloud-images-release-managers/cloud-image-tooling)
 
145
    fi
 
146
 
142
147
    # Xenial builds are failing due to disk types
143
148
    if dist_ge "${suite}" xenial; then
144
149
        cmd+=(--archive ppa:cloud-images-release-managers/cloud-image-tooling)