tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit a7fc4622d020ded4816ad330f298ef88d7504928
parent 9c5a10468e474ed1a00b9b064dbf0b65468b6567
Author: Julien Cristau <jcristau@mozilla.com>
Date:   Wed, 15 Oct 2025 12:43:12 +0000

Bug 1994385 - use FIREFOX_DEVEDITION product-details field in cron-bouncer-check. r=releng-reviewers,bhearsum DONTBUILD

Occasionally devedition gets out of sync with firefox beta which breaks
the check.  Since we have a dedicated field in firefox_versions.json,
use that.

Differential Revision: https://phabricator.services.mozilla.com/D268675

Diffstat:
Mtaskcluster/kinds/cron-bouncer-check/kind.yml | 12++----------
1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/taskcluster/kinds/cron-bouncer-check/kind.yml b/taskcluster/kinds/cron-bouncer-check/kind.yml @@ -66,16 +66,8 @@ tasks: product: devedition job-name: devedition-bouncer-check run: - config: - by-project: - mozilla-beta: - - releases/bouncer_firefox_devedition.py - default: - - releases/dev_bouncer_firefox_devedition.py - product-field: - by-project: - mozilla-beta: LATEST_FIREFOX_RELEASED_DEVEL_VERSION - default: LATEST_FIREFOX_DEVEL_VERSION + config: releases/bouncer_firefox_devedition.py + product-field: FIREFOX_DEVEDITION products-url: https://product-details.mozilla.org/1.0/firefox_versions.json treeherder: platform: devedition-release/opt