myplanetdigital / jenkins-inception

A Drupal continuous integration infrastructure in a box.
8 stars 4 forks source link

As a developer, I should be able to update cookbooks with informed confidence #15

Closed patcon closed 11 years ago

patcon commented 11 years ago

Right now, responsible updating involving parsing the git diff like this: https://www.evernote.com/shard/s27/sh/3e650d05-1019-44ae-b6aa-1c16956af558/f20fdb3895c33a97f5dcd9cc9fecedf1

And visiting urls like this to check out what's changed: https://github.com/opscode-cookbooks/mysql/compare/1.3.0...2.1.0

Would be great to create a rake task that automatically parse the git output and generated all the URL's, perhaps categorizing major version bumps more highly than minor or patch bumps

patcon commented 11 years ago

Related applicationsonline/librarian-chef#1

patcon commented 11 years ago

Essentially solved in applicationsonline/librarian#54

so librarian-chef outdated gives some nifty output