Closed
Bug 1535787
Opened 6 years ago
Closed 5 years ago
Fix automation/release/nss-release-helper.py on MacOS
Categories
(NSS :: Tools, enhancement, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
3.49
People
(Reporter: jcj, Assigned: jcj)
Details
Attachments
(3 files)
automation/release/nss-release-helper.py
doesn't actually edit the files correctly on MacOS due to differences between GNU and BSD sed
. It's python, so for the complex cases, let's just use python regexes.
Assignee | ||
Comment 1•6 years ago
|
||
automation/release/nss-release-helper.py doesn't actually edit the files
correctly on MacOS due to differences between GNU and BSD sed. It's
python, so for the complex cases, let's just use python regexes.
Comment 2•6 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:jcj, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jjones)
Assignee | ||
Comment 3•6 years ago
|
||
Targeting 3.45
Flags: needinfo?(jjones)
Target Milestone: 3.44 → 3.45
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D23757
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D55746
Updated•5 years ago
|
Attachment #9051440 -
Attachment description: Bug 1535787 - Use Python for the complex regexes in nss-release-helper → Bug 1535787 - Use Python for the regexes in nss-release-helper
Assignee | ||
Comment 6•5 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: 3.45 → 3.49
You need to log in
before you can comment on or make changes to this bug.
Description
•