This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-91.9esr-11.0-1 in repository tor-browser.
commit 52cc1bd557983ee9401feed29fe9f0d0b57b3288 Author: Julien Cristau jcristau@mozilla.com AuthorDate: Wed Mar 30 14:54:03 2022 +0200
Bug 1762128 - bump the cache name for decision images to stop interfering with other trees. r=releng-reviewers,ahal a=release
hg 4.8 (e.g. from the v3.0.1 decision image) seems to choke on cached repos created with 5.8 (from v4.0.0).
Differential Revision: https://phabricator.services.mozilla.com/D142455 --- .taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.taskcluster.yml b/.taskcluster.yml index 1d2f4b431f6c6..57ff39593f7ac 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -214,7 +214,7 @@ tasks: ACTION_CALLBACK: '${action.cb_name}'
cache: - "${trustDomain}-level-${repository.level}-checkouts-sparse-v2": /builds/worker/checkouts + "${trustDomain}-level-${repository.level}-checkouts-sparse-v3": /builds/worker/checkouts
features: taskclusterProxy: true