mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/timw/commit-info-for-plugin-ci-build'
* origin/topic/timw/commit-info-for-plugin-ci-build: Output more information when cloning repos for include_plugins CI task
This commit is contained in:
commit
2e612fc493
3 changed files with 9 additions and 1 deletions
|
@ -803,9 +803,13 @@ include_plugins_debian12_task:
|
|||
sync_submodules_script: git submodule update --recursive --init
|
||||
fetch_external_plugins_script:
|
||||
- cd /zeek/testing/builtin-plugins/external && git clone https://github.com/zeek/zeek-perf-support.git
|
||||
- cd zeek-perf-support && echo "Cloned $(git rev-parse HEAD) for $(basename $(pwd))"
|
||||
- cd /zeek/testing/builtin-plugins/external && git clone https://github.com/zeek/zeek-more-hashes.git
|
||||
- cd zeek-more-hashes && echo "Cloned $(git rev-parse HEAD) for $(basename $(pwd))"
|
||||
- cd /zeek/testing/builtin-plugins/external && git clone https://github.com/zeek/zeek-cluster-backend-nats.git
|
||||
- cd zeek-cluster-backend-nats && echo "Cloned $(git rev-parse HEAD) for $(basename $(pwd))"
|
||||
- cd /zeek/testing/builtin-plugins/external && git clone https://github.com/SeisoLLC/zeek-kafka.git
|
||||
- cd zeek-kafka && echo "Cloned $(git rev-parse HEAD) for $(basename $(pwd))"
|
||||
always:
|
||||
ccache_cache:
|
||||
folder: /tmp/ccache
|
||||
|
|
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
8.0.0-dev.705 | 2025-07-23 08:20:30 -0700
|
||||
|
||||
* Output more information when cloning repos for include_plugins CI task (Tim Wojtulewicz, Corelight)
|
||||
|
||||
8.0.0-dev.703 | 2025-07-23 13:37:56 +0200
|
||||
|
||||
* Type/RecordType: Make table returned by GetRecordFieldsVal() ordered (Arne Welzel, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
8.0.0-dev.703
|
||||
8.0.0-dev.705
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue