Pier Angelo Vendrame pushed to branch tor-browser-102.7.0esr-12.5-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • build/variables.py
    ... ... @@ -97,7 +97,7 @@ def source_repo_header(output):
    97 97
             output.write("#define MOZ_SOURCE_STAMP %s\n" % changeset)
    
    98 98
     
    
    99 99
         if repo and buildconfig.substs.get("MOZ_INCLUDE_SOURCE_INFO"):
    
    100
    -        source = "%s/rev/%s" % (repo, changeset)
    
    100
    +        source = "%s/-/commit/%s" % (repo, changeset)
    
    101 101
             output.write("#define MOZ_SOURCE_REPO %s\n" % repo)
    
    102 102
             output.write("#define MOZ_SOURCE_URL %s\n" % source)
    
    103 103