Closed
Bug 1008294
Opened 11 years ago
Closed 11 years ago
SymbolsUnpackCronApp should search for files to unpack recursively
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
86
People
(Reporter: peterbe, Assigned: peterbe)
Details
The SymbolsUnpackCronApp app reads from `self.config.source_directory` and expects all .zip (or .tar or .tgz or .tar.gz) files to exist exactly in that directory.
Instead it should recursively search for files.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → peterbe
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/688c4d484ee42a23734ee241a4dfaade393978bc
fixes bug 1008294 - SymbolsUnpackCronApp should search for files to unpack recursively
https://github.com/mozilla/socorro/commit/3957a25f7fe47e4e626b54274b81786a5b3a981d
Merge pull request #2050 from peterbe/bug-1008294-symbolsunpackcronapp-should-search-for-files-to-unpack-recursively
fixes bug 1008294 - SymbolsUnpackCronApp should search for files to unpack recursively
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → 86
You need to log in
before you can comment on or make changes to this bug.
Description
•