willkg / crashstats-tools

Command line tools and library for interacting with Crash Stats (https://crash-stats.mozilla.org/)
Mozilla Public License 2.0
7 stars 0 forks source link

Fix fetch-data to put raw crash in raw_crash/DATE/CRASHID (#66) #76

Closed willkg closed 1 year ago

willkg commented 1 year ago

This changes fetch-data to put raw crash data in the directory tree in the place where socorro's crash storage puts it. It's kind of weird to do that, but it simplifies a bunch of socorro development to have tools using the same directory structure.

Fixes #66