Skip to content

Instantly share code, notes, and snippets.

@wlach
Created March 17, 2021 17:31
Show Gist options
  • Save wlach/095cd19176878bc6550f1eb4f877b83b to your computer and use it in GitHub Desktop.
Save wlach/095cd19176878bc6550f1eb4f877b83b to your computer and use it in GitHub Desktop.
repositories.json diff
--- repositories-formatted-old.json 2021-03-17 13:30:42.000000000 -0400
+++ repositories-formatted-new.json 2021-03-17 13:30:31.000000000 -0400
@@ -32,63 +32,14 @@
"org.mozilla.components:service-glean"
],
"metrics_file_paths": [
- "glean-core/android/metrics.yaml",
- "glean-core/metrics.yaml"
+ "glean-core/android/metrics.yaml"
],
"name": "glean-android",
"notification_emails": [
"frank@mozilla.com",
"mdroettboom@mozilla.com"
],
- "ping_file_paths": [
- "glean-core/pings.yaml"
- ],
- "prototype": false,
- "url": "https://github.com/mozilla/glean"
- },
- {
- "app_id": "glean",
- "branch": "main",
- "dependencies": [],
- "deprecated": true,
- "description": "Modern cross-platform telemetry (old)",
- "library_names": [],
- "metrics_file_paths": [
- "glean-core/android/metrics.yaml",
- "glean-core/metrics.yaml"
- ],
- "name": "glean",
- "notification_emails": [
- "frank@mozilla.com",
- "mdroettboom@mozilla.com"
- ],
- "ping_file_paths": [
- "glean-core/pings.yaml"
- ],
- "prototype": false,
- "url": "https://github.com/mozilla/glean"
- },
- {
- "app_id": "glean-deprecated",
- "branch": "main",
- "dependencies": [],
- "deprecated": true,
- "description": "Modern cross-platform telemetry (old)",
- "library_names": [
- "org.mozilla.deprecated:glean"
- ],
- "metrics_file_paths": [
- "glean-core/android/metrics.yaml",
- "glean-core/metrics.yaml"
- ],
- "name": "glean-deprecated",
- "notification_emails": [
- "frank@mozilla.com",
- "mdroettboom@mozilla.com"
- ],
- "ping_file_paths": [
- "glean-core/pings.yaml"
- ],
+ "ping_file_paths": [],
"prototype": false,
"url": "https://github.com/mozilla/glean"
},
@@ -300,7 +251,8 @@
"app_id": "firefox-desktop",
"branch": "master",
"dependencies": [
- "org.mozilla.deprecated:glean"
+ "glean-core",
+ "org.mozilla.components:service-glean"
],
"deprecated": false,
"description": "The desktop version of Firefox",
@@ -467,7 +419,8 @@
"branch": "main",
"channel": "release",
"dependencies": [
- "org.mozilla.deprecated:glean"
+ "glean-core",
+ "org.mozilla.components:service-glean"
],
"deprecated": false,
"description": "Firefox for iOS",
@@ -488,7 +441,8 @@
"branch": "main",
"channel": "beta",
"dependencies": [
- "org.mozilla.deprecated:glean"
+ "glean-core",
+ "org.mozilla.components:service-glean"
],
"deprecated": false,
"description": "Firefox for iOS",
@@ -509,7 +463,8 @@
"branch": "main",
"channel": "nightly",
"dependencies": [
- "org.mozilla.deprecated:glean"
+ "glean-core",
+ "org.mozilla.components:service-glean"
],
"deprecated": false,
"description": "Firefox for iOS",
@@ -633,7 +588,8 @@
"app_id": "org-mozilla-mozregression",
"branch": "master",
"dependencies": [
- "org.mozilla.deprecated:glean"
+ "glean-core",
+ "org.mozilla.components:service-glean"
],
"deprecated": false,
"description": "Regression range finder for Mozilla nightly builds",
@@ -654,7 +610,8 @@
"app_id": "burnham",
"branch": "main",
"dependencies": [
- "org.mozilla.deprecated:glean"
+ "glean-core",
+ "org.mozilla.components:service-glean"
],
"deprecated": false,
"description": "Automated end-to-end testing for Mozilla's Glean telemetry",
@@ -675,7 +632,8 @@
"app_id": "mozphab",
"branch": "master",
"dependencies": [
- "org.mozilla.deprecated:glean"
+ "glean-core",
+ "org.mozilla.components:service-glean"
],
"deprecated": false,
"description": "Phabricator review submission/management tool",
@@ -736,7 +694,8 @@
"app_id": "mozilla-mach",
"branch": "master",
"dependencies": [
- "org.mozilla.deprecated:glean"
+ "glean-core",
+ "org.mozilla.components:service-glean"
],
"deprecated": false,
"description": "Mach build telemetry",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment