mirror of https://github.com/OISF/suricata
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 master branch we will use the libhtp 0.5.x branch and the suricata-update master branch. Also allows for repo and branch names to be overrided with environment variables: - SU_REPO - SU_BRANCH - LIBHTP_REPO - LIBHTP_BRANCHpull/7349/head
parent
73ed780095
commit
cd42c33195
@ -1,2 +1,7 @@
|
|||||||
libhtp https://github.com/OISF/libhtp/archive/0.5.x.tar.gz
|
# Specify libhtp and suricata-update requirements.
|
||||||
suricata-update https://github.com/OISF/suricata-update/archive/master.tar.gz
|
#
|
||||||
|
# Format:
|
||||||
|
#
|
||||||
|
# name {repo} {branch|tag}
|
||||||
|
libhtp https://github.com/OISF/libhtp 0.5.x
|
||||||
|
suricata-update https://github.com/OISF/suricata-update master
|
||||||
|
Loading…
Reference in New Issue