Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Revised changes for mode 3 cvmfsexec support #372
base: branch_v3_11
Are you sure you want to change the base?
Revised changes for mode 3 cvmfsexec support #372
Changes from 11 commits
1da0615
3b8a229
e7479bc
661fa36
ed46ff2
ec959fa
aefeffc
5ebcb35
c81d55a
bd2fbdf
8a7bee7
f6b1802
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I suggest using
all_scripts = []
for style consistency.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.
Should we also check for
GLIDEIN_USE_CVMFSEXEC
for backward compatibility?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.
The configuration knob
GLIDEIN_USE_CVMFSEXEC
will be changed toGLIDEIN_USE_CVMFS
, but I do not know for sure if we need to ensure backward compatibility in this case, if this change will eventually be propagated to production.@mambelli would like to know your thoughts on this!
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.
Should we also check for
GLIDEIN_USE_CVMFSEXEC
for backward compatibility?