-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Pulling in upstream changes #11436
Pulling in upstream changes #11436
Conversation
- add the appropriate release branch to the branches list - add a fallback to the `docker pull` command
* Correct syntax errors & add back lost last line for messages.po * Manually sort through es & nl translated strings * Mnaually sort through french strings and correct syntax errors Signed-off-by: Christian M. Adams <[email protected]>
self.task.instance.save(update_fields=['result_traceback']) | ||
|
||
result = namedtuple('result', ['status', 'rc']) | ||
return result('error', 1) |
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.
We should either remove or revert this commit, because it was reverted downstream and git just messed it up somehow.
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.
do we need to revert again downstream?
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.
Revert the whole commit, or just this line of code?
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 whole commit 2a11bb4. Doesn't matter to me how you do the git process.
SUMMARY
This is a sync of upstream with devel
#11427