Pelagicore / vagrant-cookbook

A repository of vagrant configuration snippets
Mozilla Public License 2.0
13 stars 33 forks source link

Add shortlog script to create git shortlog for each layer. #63

Closed chuanjin closed 6 years ago

chuanjin commented 6 years ago

To get an overview of what changed in the layers used between two commits of our manifest, we create a shortlog for each layer and log that in a Jenkins job.

rpannek commented 6 years ago

Does it output things to stdout now? Perhaps it should be changed from "Source the environment and create git shortlog for each layer." to "Source the environment and print git shortlog for each layer."

chuanjin commented 6 years ago

Yes, it will output to stdout now. I have updated the comments. @rpannek @tobsan