-
Notifications
You must be signed in to change notification settings - Fork 46
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
Release v3 11 1 rc1 #445
Open
namrathaurs
wants to merge
13
commits into
branch_v3_11
Choose a base branch
from
release_v3_11_1_rc1
base: branch_v3_11
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release v3 11 1 rc1 #445
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- also updated syntax for the condition in the helper script
- complete refactoring of code based on improved logic and better flow handling in exception cases - changed cvmfs-related helper scripts to always be downloaded regardless of whether CVMFS will be mounted or not - added documentation for the helper methods used towards the goal of mounting CVMFS on demand - updated the unmount logic based on the refactored code
for more information, see https://pre-commit.ci
- minor changes (formatting, indentation, improved user facing messages etc.) - improvements to the existing unmounting process now that mode 3 will also be supported - code refactoring in cvmfs_setup script for better flow and readability - improvements in cvmfs_helper_funcs to allow for different behaviors as a result of using cvmfsexec modes
- fixed a runtime error when concatenating a set with only one element - added a hyperlink reference to the existing section that outlines the variables related to the on-demand CVMFS provisioning feature - updated name of the variable (GLIDEIN_WORK_DIR) to specify its usage being internal to GWMS - added `export` command to explicitly export the value of PATH when a glidein is reinvoked. This was done to resolve the `pivot_root: command not found` error
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Release branch for v3.11.1 RC1