Open
Bug 1967607
Opened 1 year ago
Populate the TAG-INFO file when uplifting to MC
Categories
(NSS :: Tools, defect, P2)
NSS
Tools
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: jschanck, Unassigned)
Details
There are some scripts that use the security/nss/TAG-INFO file to determine which version of NSS is currently in mozilla central (e.g. https://github.com/MozillaSecurity/orion/blob/master/services/nss-coverage/launch-worker.sh#L31). This file was previously created and used by nss-uplift-unified.sh; it is not created by mach vendor. The existing scripts assume that the TAG-INFO file contains an hg revision, so we need to update the relying scripts regardless of whether we update our mach vendor configuration to populate TAG-INFO.
You need to log in
before you can comment on or make changes to this bug.
Description
•