Closed
Bug 1628311
Opened 5 years ago
Closed 5 years ago
run_mdsw.sh script broken
Categories
(Socorro :: Processor, defect, P1)
Socorro
Processor
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(1 file)
I went to test the PR for bug #1626245 and the run_mdsw.sh script is broken.
app@socorro:/app$ ./scripts/run_mdsw.sh https://crash-stats.mozilla.com/report/index/96d830c7-a18e-485d-ab2a-3b8b60200407
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.7/os.py", line 681, in __getitem__
raise KeyError(key) from None
KeyError: 'processor.breakpad.command_pathname'
This covers fixing it.
| Assignee | ||
Comment 1•5 years ago
|
||
Looks like the script hasn't been used in a while. One of the configuration parameters it relied on changed a while back. It's an easy fix.
Grabbing it to do now.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
willkg merged PR #5343: "bug 1628311: fix scripts/run_mdsw.sh" in 5715267.
This is a local dev environment thing, so I'm going to mark this as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•