-
Notifications
You must be signed in to change notification settings - Fork 203
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
add support for --accept-eula configuration option + 'accept_eula' easyconfig parameter #3535
Conversation
… add generic support to check whether EULA is accepted via EasyBlock.check_accepted_eula() method
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Going in, thanks @boegel! |
|
||
error_lines.extend([ | ||
"You should either:", | ||
"- add --accept-eula-for=%(name)s to the 'eb' command;", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@boegel either this should say --accept-eula=
instead of --accept-eula-for=
, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, you're right, I renamed the option to --accept-eula
while working on it...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in #3536
This will come in useful for software like AOCC and Intel's oneAPI that require accepting an End User License Agreement (EULA) on installation...