Improve update-changes output

This commit is contained in:
Jon Siwek 2018-09-04 12:11:14 -05:00
parent 07aac5f84f
commit fcca789bc7
3 changed files with 7 additions and 1 deletions

View file

@ -8,11 +8,13 @@ function new_version_hook
version=$1
if [ -d testing/external/bro-testing ]; then
echo "Updating testing/external/commit-hash.bro-testing"
( cd testing/external/bro-testing && git fetch origin && git rev-parse origin/master ) > testing/external/commit-hash.bro-testing
git add testing/external/commit-hash.bro-testing
fi
if [ -d testing/external/bro-testing-private ]; then
echo "Updating testing/external/commit-hash.bro-testing-private"
( cd testing/external/bro-testing-private && git fetch origin && git rev-parse origin/master ) > testing/external/commit-hash.bro-testing-private
git add testing/external/commit-hash.bro-testing-private
fi

View file

@ -1,4 +1,8 @@
2.5-962 | 2018-09-04 12:11:14 -0500
* Improve update-changes output (Jon Siwek, Corelight)
2.5-961 | 2018-09-04 12:07:54 -0500
* Sort output of a coverage unit test (Jon Siwek, Corelight)

View file

@ -1 +1 @@
2.5-961
2.5-962