Netflix / aminator

A tool for creating EBS AMIs. This tool currently works for CentOS/RedHat Linux images and is intended to run on an EC2 instance.
Apache License 2.0
950 stars 170 forks source link

make aptitude provisioner verify correct version was installed #224

Closed bmoyles closed 9 years ago

bmoyles commented 9 years ago

Aptitude likes to occasionally select solutions that involve downgrading the package requested. We can fix this more directly by tuning the ProblemResolver, but this provides a safeguard that fails the bake if aptitude does install the wrong package version in the end. It does NOT currently do any checking of dependencies installed, just the main requested package.

cc @coryb @kvick

cloudbees-pull-request-builder commented 9 years ago

aminator-pull-requests #208 SUCCESS This pull request looks good