-
Notifications
You must be signed in to change notification settings - Fork 510
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
common: restore the env.py ansible library #5798
Conversation
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
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.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @janekmi)
Codecov Report
@@ Coverage Diff @@
## master #5798 +/- ##
==========================================
+ Coverage 68.75% 70.98% +2.23%
==========================================
Files 131 131
Lines 19677 19175 -502
Branches 3259 3193 -66
==========================================
+ Hits 13529 13612 +83
+ Misses 6148 5563 -585 |
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.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @grom72)
utils/ansible/library/env.py
line 42 at r1 (raw file):
default: /etc/profile.d/ansible_env_module_definitions.sh author: - dpysx
Who is the author? Consequently, are we 100% sure this module is BSD-3 licensed?
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.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @grom72)
utils/ansible/library/env.py
line 42 at r1 (raw file):
Previously, janekmi (Jan Michalski) wrote…
Who is the author? Consequently, are we 100% sure this module is BSD-3 licensed?
We have established offline that all the authors are Intel employees.
utils/ansible/library/env.py
line 42 at r1 (raw file):
default: /etc/profile.d/ansible_env_module_definitions.sh author: - dpysx
Please drop these lines. We do not tend to name individual contributors this way.
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.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @grom72)
This change is