SHA256
1
0
forked from pool/velociraptor

Accepting request 952144 from home:jeff_mahoney:branches:security:sensor

- Temporarily re-enable Windows artifacts.

OBS-URL: https://build.opensuse.org/request/show/952144
OBS-URL: https://build.opensuse.org/package/show/security:sensor/velociraptor?expand=0&rev=4
This commit is contained in:
Jeff Mahoney 2022-02-07 18:30:48 +00:00 committed by Git OBS Bridge
parent 0365dcf377
commit 677448fe31
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 7 14:40:47 UTC 2022 - Jeff Mahoney <jeffm@suse.com>
- Temporarily re-enable Windows artifacts.
-------------------------------------------------------------------
Wed Feb 2 18:10:19 UTC 2022 - Jeff Mahoney <jeffm@suse.com>

View File

@ -61,7 +61,9 @@ For just the endpoint agent, please install the 'velociraptor-client' package.
sed -ie "s/\(VERSION *= \).*/\1 \"%{version}\"/" constants/constants.go
# These just clutter the GUI and we don't have Windows clients
rm -rf artifacts/definitions/Windows
# Note: There are dependencies on these that need to be resolved before
# removing them outright.
#rm -rf artifacts/definitions/Windows
%build
(cd gui/velociraptor ; npm run build)