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

Split system_modification phase up #114

Closed andsens closed 10 years ago

andsens commented 10 years ago

The system_modification phase could use a split-up.

A lot of tasks require all software to be install and therefore specify AptUpgrade as their predecessor. This seems like a good place to make the cut and have a new phase called package_installation or system_setup. This way, plugins and tasks can specify system_modification as their phase and be sure that all software is installed.