Introduction

This page explains how to create an Ubuntu Localized ISO using the Amazon Cloud. Since Amazon provides free resources for new subscribers, and cheap prices for on demand instances, it can be a good solution for LoCo Teams. If you know another good cloud solution for building Ubuntu CD, just let PaoloSammicheli know, we'll create a script also for it Smile :)

Cloud resources

We used the cloud instances EC2 for the building, and a S3 bucket for the final image hosting. The Free usage tier include both these services.

The Script

The script is designed to be deployed in a newly created cloud image (based on Ubuntu 12.04, both i386 or amd64). It creates the directory structure keeping separate the building directory from the final directory. In this way, building always from the same dir it will save time reusing the already downloaded ubuntu packages. At the end of the process it creates a zsync file and a md5 checksum and it uploads it in the s3 bucket. Since it uses the directory format YYYYMMDD, it is easily linkable from the Localized Iso Tracker for crowdsourcing the tests.

Source Code

Instructions

$ LoCo-CD-build YYYYMMDD

Features

ItalianCD/CloudBuild (last edited 2012-07-30 17:30:16 by 78)