]> git.ipfire.org Git - thirdparty/suricata.git/commit
scripts/bundle: use git instead of tar.gz
authorJason Ish <jason.ish@oisf.net>
Thu, 29 Oct 2020 23:05:01 +0000 (17:05 -0600)
committerVictor Julien <vjulien@oisf.net>
Tue, 3 May 2022 07:14:14 +0000 (09:14 +0200)
commitda4a702df21b274afe7dded35544bd37012b7682
tree30bf16131ab65e1717239d3c6725c5f2e57dbc48
parent667dc6135c0e8551fcd0c7d881ca33febd3150eb
scripts/bundle: use git instead of tar.gz

To better fit with our current CI processes, use git to clone the
suricata-update and libhtp dependencies.  The requirements.txt file has
been modified to take a repo URL and a `-b` command line option for tag
or branch.

For the 6.0.x branch we will use the libhtp 0.5.x branch and the
suricata-update 1.2.4 tag.

Also allows for repo and branch names to be overrided with environment
variables:
- SU_REPO
- SU_BRANCH
- LIBHTP_REPO
- LIBHTP_BRANCH
requirements.txt [new file with mode: 0644]
scripts/bundle.sh [new file with mode: 0755]