+ echo '====== automated-ec2-builds [/tmp/automated-ec2-builds] ======' ====== automated-ec2-builds [/tmp/automated-ec2-builds] ====== + cd /tmp/automated-ec2-builds + bzr info Standalone tree (format: 2a) Location: branch root: . Related branches: parent branch: http://bazaar.launchpad.net/~ubuntu-on-ec2/vmbuilder/automated-ec2-builds/ + bzr version-info revision-id: ben.howard@ubuntu.com-20160105005557-fsgq9c7fdu86a2ep date: 2016-01-04 17:55:57 -0700 build-date: 2016-01-14 21:05:18 +0000 revno: 717 branch-nick: automated-ec2-builds + bzr log -p -r-1 ------------------------------------------------------------ revno: 717 committer: Ben Howard branch nick: master timestamp: Mon 2016-01-04 17:55:57 -0700 message: Revert prior commit, and build Wily using Updates. Per the Launchpad team, we are invocking buildds wrong; we should be using the Updates pocket. diff: === modified file 'build-buildd-image' --- build-buildd-image 2016-01-05 00:19:49 +0000 +++ build-buildd-image 2016-01-05 00:55:57 +0000 @@ -139,6 +139,11 @@ --cred-location /.lp_creds ) + # Only use the PPA for versions before wily + if dist_le "${suite}" vivid; then + cmd+=(--archive ppa:cloud-images-release-managers/cloud-image-tooling) + fi + # Xenial builds are failing due to disk types if dist_ge "${suite}" xenial; then cmd+=(--archive ppa:cloud-images-release-managers/cloud-image-tooling) === modified file 'livefs-build.py' --- livefs-build.py 2015-03-18 10:25:36 +0000 +++ livefs-build.py 2016-01-05 00:55:57 +0000 @@ -58,7 +58,7 @@ lfs = _get_livefs(lp, livefs_name, suite, image_format, project) metadata = {'image_format': image_format, 'project': project} build = lfs.requestBuild( - pocket='Release' if not proposed else 'Proposed', + pocket='Updates' if not proposed else 'Proposed', archive=archive, distro_arch_series='/ubuntu/{}/{}'.format(suite, arch), metadata_override=metadata) + echo '' + echo '====== ec2-publishing-scripts [/tmp/ec2-publishing-scripts] ======' ====== ec2-publishing-scripts [/tmp/ec2-publishing-scripts] ====== + cd /tmp/ec2-publishing-scripts + bzr info Standalone tree (format: unnamed) Location: branch root: . Related branches: parent branch: http://bazaar.launchpad.net/~ubuntu-on-ec2/ubuntu-on-ec2/ec2-publishing-scripts/ + bzr version-info revision-id: robert.jennings@canonical.com-20160107204837-s4r9rbog16mdhttl date: 2016-01-07 14:48:37 -0600 build-date: 2016-01-14 21:05:18 +0000 revno: 624 branch-nick: ec2-publishing-scripts + bzr log -p -r-1 ------------------------------------------------------------ revno: 624 committer: Robert Jennings branch nick: ec2-publishing-scripts timestamp: Thu 2016-01-07 14:48:37 -0600 message: Add 64-bit pv-grub AKI for ap-northeast-2 (Korea) diff: === modified file 'kernels-pv-grub-hd0.txt' --- kernels-pv-grub-hd0.txt 2014-10-23 14:03:37 +0000 +++ kernels-pv-grub-hd0.txt 2016-01-07 20:48:37 +0000 @@ -1,4 +1,5 @@ ap-northeast-1 aki-176bf516 amd64 kernel amazon/pv-grub-hd0_1.04-x86_64.gz +ap-northeast-2 aki-01a66b6f amd64 kernel amazon/pv-grub-hd0_1.04-x86_64.gz ap-southeast-1 aki-503e7402 amd64 kernel amazon/pv-grub-hd0_1.04-x86_64.gz ap-southeast-2 aki-c362fff9 amd64 kernel amazon/pv-grub-hd0_1.04-x86_64.gz eu-west-1 aki-52a34525 amd64 kernel amazon/pv-grub-hd0_1.04-x86_64.gz + echo '' + echo '====== live-build [/tmp/live-build] ======' ====== live-build [/tmp/live-build] ====== + cd /tmp/live-build + bzr info Standalone tree (format: 1.9-rich-root) Location: branch root: . Related branches: parent branch: http://bazaar.launchpad.net/~ubuntu-on-ec2/live-build/cloud-images/ + bzr version-info revision-id: ben.howard@canonical.com-20150612123735-zf4q8vxmjb7vaq7w date: 2015-06-12 06:37:35 -0600 build-date: 2016-01-14 21:05:19 +0000 revno: 1884 branch-nick: live-build + bzr log -p -r-1 ------------------------------------------------------------ revno: 1884 committer: Ben Howard branch nick: live-build timestamp: Fri 2015-06-12 06:37:35 -0600 message: Drop kernel from ubuntu-cloud-t-hwe package list; use live build cli to configure diff: === modified file 'package-lists/ubuntu-cloud-t-hwe' --- package-lists/ubuntu-cloud-t-hwe 2015-06-11 22:55:21 +0000 +++ package-lists/ubuntu-cloud-t-hwe 2015-06-12 12:37:35 +0000 @@ -6,4 +6,4 @@ standard^ cloud-image^ # Packages -linux-image-virtual-lts-vivid landscape-client ubuntu-minimal +landscape-client ubuntu-minimal + echo '' + echo '====== vmbuilder-0.11 [/tmp/vmbuilder-0.11] ======' ====== vmbuilder-0.11 [/tmp/vmbuilder-0.11] ====== + cd /tmp/vmbuilder-0.11 + bzr info Standalone tree (format: 2a) Location: branch root: . Related branches: parent branch: http://bazaar.launchpad.net/~ubuntu-on-ec2/vmbuilder/0.11a/ + bzr version-info revision-id: ben.howard@canonical.com-20120605221454-crv9cc4612f907lh date: 2012-06-05 16:14:54 -0600 build-date: 2016-01-14 21:05:19 +0000 revno: 398 branch-nick: vmbuilder-0.11 + bzr log -p -r-1 ------------------------------------------------------------ revno: 398 committer: Ben Howard branch nick: vmbuilder timestamp: Tue 2012-06-05 16:14:54 -0600 message: Fix for allow vmbuilder to run on 12.04 LTS. diff: === modified file 'VMBuilder/plugins/ubuntu/dapper.py' --- VMBuilder/plugins/ubuntu/dapper.py 2011-05-18 20:49:25 +0000 +++ VMBuilder/plugins/ubuntu/dapper.py 2012-06-05 22:14:54 +0000 @@ -157,18 +157,15 @@ self.vm.addpkg += ['openssh-server'] def mount_dev_proc(self): - run_cmd('mount', '--bind', '/dev', '%s/dev' % self.destdir) - self.vm.add_clean_cmd('umount', '%s/dev' % self.destdir, ignore_fail=True) - - run_cmd('mount', '--bind', '/dev/pts', '%s/dev/pts' % self.destdir) + run_cmd('mkdir', '-p', '%s/dev/pts' % self.destdir) + run_cmd('mount', '-t', 'devpts', 'devpts-live', '%s/dev/pts' % self.destdir) self.vm.add_clean_cmd('umount', '%s/dev/pts' % self.destdir, ignore_fail=True) - self.run_in_target('mount', '-t', 'proc', 'proc', '/proc') + run_cmd('mount', '-t', 'proc', 'proc-live', '%s/proc' % self.destdir) self.vm.add_clean_cmd('umount', '%s/proc' % self.destdir, ignore_fail=True) def unmount_dev_proc(self): run_cmd('umount', '%s/dev/pts' % self.destdir) - run_cmd('umount', '%s/dev' % self.destdir) run_cmd('sh', '-c', 'grep -q "$1" /proc/mounts || exit 0; umount "$1"', 'umount_binfmt', "%s/proc/sys/fs/binfmt_misc" % self.destdir) run_cmd('umount', '%s/proc' % self.destdir) + echo ''