lp:~smoser/ubuntu-on-ec2/ec2-publishing-scripts.tag

Created by Scott Moser and last modified
Get this branch:
bzr branch lp:~smoser/ubuntu-on-ec2/ec2-publishing-scripts.tag
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Scott Moser
Project:
Ubuntu on EC2
Status:
Development

Recent revisions

409. By Scott Moser

run-instance-and-wait, publish-build-ebs: add and use '--tag'

Tag instances we start during ebs publish with the ec2 names of the
thing they're going to publish. This should result in tags on each
of the instances like:
 publish-0=ubuntu/images-testing/ebs/ubuntu-precise-daily-i386-server-20120203
 publish-1=ubuntu/images-testing/ebs/ubuntu-precise-daily-amd64-server-20120203
 publish-2=ubuntu/images-testing/hvm/ubuntu-precise-daily-amd64-server-20120203

Notes:
 * xc2 'tag' command was just added as an xc2 helper. We do not have new
   enough ec2-api-tools to use ec2-create-tag
 * we do not bother deleting the tags on instance termination.

408. By Scott Moser

run-instance-and-wait: white space only: indent tab, not 4 spaces

407. By Ben Howard

clean up two issues in detach_vol of publishing ec2 ebs volumes.

406. By Scott Moser

publish-image: do not match ebs images when looking for instance-store

when looking for an existing image, we were searching like this:
 /ubuntu.images/ubuntu-natty-11.04-i386-server-20111003

which would match both
 099720109477/ebs/ubuntu-images/ubuntu-natty-11.04-i386-server-20111003
and
 099720109477/ubuntu-images/ubuntu-natty-11.04-i386-server-20111003

This changes the search to explicitly skip names matching the '/ebs/' token

405. By Scott Moser

alpha builds do not get version number

This reverts the change made in revision 398.
Alpha builds do not contain a version number, while beta and RC builds do.

404. By Scott Moser

promote-daily: set XC2_XIMAGES_CACHE_D

This will benefit programs it calls by allowing them to share
a ximages cache.

403. By Scott Moser

disable hvm build of lucid server daily for testing

402. By Scott Moser

populate knowledge of new region: sa-east-1

401. By Scott Moser

enable hvm build of lucid server daily for testing.

400. By Scott Moser

remove-image: fail on failure of ximages describe-images

actually, before we were failing just about all cases as we had
a dangling "||" at the end.

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers