Skip to content

Bug 40764: Embed repo URL and git revision in Firefox

Pier Angelo Vendrame requested to merge pierov/tor-browser-build:bug_40764 into main

Merge Info

Related Issues

Backport Timeline

  • Immediate - patchsets for critical bug fixes or other major blocker (e.g. fixes for a 0-day exploit) OR patchsets with trivial changes which do not need testing (e.g. fixes for typos or fixes easily verified in a local developer build)
  • Next Minor Stable Release - patchset that needs to be verified in nightly before backport
  • Eventually - patchset that needs to be verified in alpha before backport
  • No Backport - patchset for the next major stable

Issue Tracking

Change Description

This commit sets MOZ_SOURCE_REPO and MOZ_SOURCE_CHANGESET in projects/firefox/mozconfig.

They are used to build a source URL that is user-visible in about:buildconfig (and buildinfo.ini).

However, we need also tor-browser!536 (merged), or the URL Firefox generates won't be valid for GitLab.

Merge request reports