Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.0] Remove alien_found() call for NSIS/EXE generation #207

Merged
merged 2 commits into from
Oct 17, 2018
Merged

Conversation

cfi-gb
Copy link
Member

@cfi-gb cfi-gb commented Oct 13, 2018

EXE generation via NSIS is not using alien at all so just drop this call. The same was also already done in the master branch with the simplification of the .deb and .rpm calls: #112

https://github.com/greenbone/gvm/pull/112/files#diff-2009e77ea7710f4ea32dfcde1ca1ff44L896

@cfi-gb cfi-gb changed the title [7.0] Remove aliend_found() call for NSIS/EXE generation [7.0] Remove alien_found() call for NSIS/EXE generation Oct 13, 2018
@cfi-gb
Copy link
Member Author

cfi-gb commented Oct 13, 2018

As an alternative of the alien_found() a new function similar to https://svn.wald.intevation.org/svn/openvas/branches/tools-attic/openvas-check-setup could be checking for the existence of makensis and reporting it separately if the binary wasn't found.

Copy link
Member

@timopollmeier timopollmeier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think eventually adding a function for checking makensis may be a good idea both here and in master, but for now just removing the alien_found () here is fine by me.

@timopollmeier timopollmeier requested a review from a team October 17, 2018 07:14
@timopollmeier timopollmeier merged commit 54473d0 into greenbone:openvas-manager-7.0 Oct 17, 2018
@cfi-gb cfi-gb deleted the patch-1 branch October 17, 2018 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants