mozilla / probe-scraper

Scrape and publish Telemetry probe data from Firefox
https://mozilla.github.io/probe-scraper/
Mozilla Public License 2.0
21 stars 53 forks source link

mozsocial-android removed Glean integration #763

Closed badboy closed 4 months ago

badboy commented 4 months ago

Removal done here: https://github.com/MozillaSocial/mozilla-social-android/pull/570

badboy commented 4 months ago

Why do we need to remove the file given that it's deprecated?

because probe_scraper.check_repositories doesn't skip deprecated repos (I'll file a bug).

badboy commented 4 months ago

Oh wait, it does, we just need the deprecated in the right place: https://github.com/mozilla/probe-scraper/blob/51e50ed7beb9ccb5751dc4e68e53531edcad9916/probe_scraper/check_repositories.py#L35

Fixing #764 first

badboy commented 4 months ago

D'oh! it was still deprecated, #727 did only half the job of undoing that.