tor-browser

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

commit 4fd1490bd1be8ecdf2afda6a53717f0716d6bc3c
parent e3c88f4aadd775d5b0f6c845a6d682b7a9cb8190
Author: Julien Cristau <jcristau@mozilla.com>
Date:   Tue,  4 Nov 2025 09:22:20 +0000

Revert "Bug 1996183 - work around taskgraph regression by setting the default root url". r=releng-reviewers,taskgraph-reviewers,ahal DONTBUILD

This reverts commit 16707ce1df112d9e067175ed8e16be717ab684c4, no longer
necessary after taskcluster-taskgraph update.

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

Diffstat:
Mtaskcluster/gecko_taskgraph/__init__.py | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/taskcluster/gecko_taskgraph/__init__.py b/taskcluster/gecko_taskgraph/__init__.py @@ -28,8 +28,6 @@ taskgraph_morph.registered_morphs = [] # Default rootUrl to use if none is given in the environment; this should point # to the production Taskcluster deployment used for CI. tc_util.PRODUCTION_TASKCLUSTER_ROOT_URL = "https://firefox-ci-tc.services.mozilla.com" -# Workaround for https://github.com/taskcluster/taskgraph/pull/835 -os.environ.setdefault("TASKCLUSTER_ROOT_URL", tc_util.PRODUCTION_TASKCLUSTER_ROOT_URL) # Schemas for YAML files should use dashed identifiers by default. If there are # components of the schema for which there is a good reason to use another format,