-
Notifications
You must be signed in to change notification settings - Fork 29
Add force option if the users do not exist in the machine (needed for e.g. EUDAT B2STAGE) #134
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
Conversation
|
@matyasselmeci |
fscheiner
left a comment
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.
@RubenGarcia
Could you please make the change to https://github.com/gridcf/gct/pull/134/files#diff-970a287b14b8f63d7c4d1b1660881053, recreate the corresponding manpage and force-push your changes, so the PR gets updated?
I'd do it myself, but the GUI seems to not allow changes to your branch from me. Maybe because you create the PR from your master branch and not a "feature" branch.
|
@RubenGarcia |
|
I can't find how to change the option, so I'll perform your changes. |
Indeed, I think this can only be activated when creating the PR. |
fscheiner
left a comment
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.
Looks good to me.
When using gtc and EUDAT B2STAGE, the users may not be connected to the unix users in the machine (e.g. if authorization uses OpenID tokens).
I added an option to allow modification of the gridmap file even if the unix user does not exist (-f -- force)