Update to firefox 136.0

This commit is contained in:
mr. M 2025-02-26 20:14:31 +01:00
parent 6115bbabc8
commit f7995f6da7
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
12 changed files with 152 additions and 230 deletions

View file

@ -60,7 +60,7 @@ def update_readme(last_version, new_version, is_rc=False):
def update_l10n_last_commit_hash():
L10N_REPO = "https://github.com/mozilla-l10n/firefox-l10n"
try:
os.system(f"git clone {L10N_REPO} l10n-temp")
os.system(f"git clone {L10N_REPO} l10n-temp --depth 1")
if not os.path.exists("firefox-cache"):
os.mkdir("firefox-cache")
os.system("cat l10n-temp/.git/refs/heads/main > firefox-cache/l10n-last-commit-hash")