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 ability to create unstable images #128

Closed rybaktomasz closed 10 years ago

rybaktomasz commented 10 years ago

I've added "unstable" option to manifest schema. I've also moved release-specific configurations to JSON files as there will be more them - one for each release. I've also disabled DISTRIBUTION-updates for unstable - it is only available for stable releases.

andsens commented 10 years ago

This is a terrific PR. Nice job! Any chance you could rebase so I can merge without conflicts? I like the idea of putting release specific info outside the source code, that makes it easier to spot. Maybe there should be a folder for it once we get a few more of those files (or maybe just put it all into one file - per provider).

rybaktomasz commented 10 years ago

I've rebased my branch so now it should apply cleanly.

andsens commented 10 years ago

Great stuff :-)