tor-browser

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

commit 397011f0aa9b0ea55391f3cf41ab1c80e7cb5db1
parent 012eab4db03567403be0f9a5ebb98c1e1b2c060f
Author: Aaron Train <aaron.train@gmail.com>
Date:   Mon, 20 Oct 2025 13:15:02 +0000

Bug 1994426 - Resolve nested by-level and by-shipping-product keys in extra.notify android transform r=jcristau,taskgraph-reviewers

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

Diffstat:
Mtaskcluster/gecko_taskgraph/transforms/test_apk.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/taskcluster/gecko_taskgraph/transforms/test_apk.py b/taskcluster/gecko_taskgraph/transforms/test_apk.py @@ -27,6 +27,9 @@ def resolve_keys(config, tasks): item_name=task["name"], **{ "level": config.params["level"], + "shipping-product": task.get("attributes", {}).get( + "shipping-product" + ), } ) yield task