-
Notifications
You must be signed in to change notification settings - Fork 3k
PSA: release.py updates to fixes situation where the script would get stuck #10038
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
@orenc17 Is this essential for 5.12 or should we see if it works first and if so just bring this in for 5.12.1 ? |
The script seem to get stuck on big git diffs, so yes this is crucial |
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.
AFAICT looks ok to me
@orenc17 I assume this latest change has been fully tested ? |
Yes |
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.
Minnor changes fixing the script from getting stuck
Can you add to the commit msg - what errors is this fixing - big diffs or similar you already mentioned.
What use cases are being fixed here is the question to be answered
* git diff of bin/hex files could be huge print and make * calling python unbuffered with stdout=subprocess.PIPE could be problematic
@0xc0170 Fixed commit message |
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.
+1 for the commit msg update
ci started |
Test run: SUCCESSSummary: 13 of 13 test jobs passed |
@cmonr CI has passed, should be ready to merge pending approval by @ChiefBureaucraticOfficer. |
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.
Meets criteria, PSA. Approved.
Description
Pull request type
Reviewers
@adbridge
Release Notes