Maybe add a check to the NOTICE file looking at the copyright date?
something like: date +%Y | xargs -I{} grep {} <(head -2 NOTICE) | wc
-lThanks, --tim On Mon, Jul 21, 2014 at 12:13 PM, Tim Williams <[email protected]> wrote: > Thanks Chris! maybe this could be in /tools in the repo so it's always handy? > > --tim > > On Sun, Jul 20, 2014 at 2:55 PM, Chris Rohr <[email protected]> wrote: >> Based on Tim's email a while back about what he does to validate releases, >> I created a script to help automate that in the future. As I don't have as >> much shell-fu as some of the rest of you, this is written in Ruby (shelling >> out things that need to be shelled out). Feel free to take a look, I've >> put it up on github: >> https://github.com/chrisrohr/apache-blur-release-validator >> >> Chris
