mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Improve update-changes output
This commit is contained in:
parent
07aac5f84f
commit
fcca789bc7
3 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
4
CHANGES
4
CHANGES
|
@ -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)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.5-961
|
||||
2.5-962
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue