andsens / build-debian-cloud

This project has been superseeded by andsens/bootstrap-vz and is no longer maintained - Script to create Debian Squeeze & Wheezy Amazon Machine Images (AMIs) and Google Compute Engine images
Other
116 stars 43 forks source link

Add testing distribution and sections #133

Closed rybaktomasz closed 10 years ago

rybaktomasz commented 10 years ago

This change adds ability to create images for testing, and to add contrib and non-free sections. The latter will be especially useful for GPGPU instances.

andsens commented 10 years ago

Great PR! I'll merge once you added the minItems thing.

rybaktomasz commented 10 years ago

Added; Code in apt.py ensures that section "main" is present if no section is given in manifest, but this'll make sure that array with sections is not empty.

andsens commented 10 years ago

perfect! :-)