-
-
Notifications
You must be signed in to change notification settings - Fork 536
Store 'su' flag in jobs #272
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
|
What is this travis failure on the branch? it passes on the pull request :/ |
|
The build displays on top, could be related: Rebase maybe? |
@sebalix |
"record.sudo().with_delay().foo()" generates a job that will be run as sudo, keeping the current user, following the new implementation of sudo/with_user of 13.0.
|
It would be cleaner to store the |
|
This PR has the |
|
I'll reopen another implementation. |
"record.sudo().with_delay().foo()" generates a job that will be run
as sudo, keeping the current user, following the new implementation of
sudo/with_user of 13.0.
Closes #271