Skip to content
Snippets Groups Projects
Commit 5d893903 authored by Gabriel Bustamante's avatar Gabriel Bustamante
Browse files

Bug 1882556 - Use official branding on ESR .deb packages r=releng-reviewers,gbrown a=release

parent 9beec11b
No related branches found
No related tags found
No related merge requests found
......@@ -498,6 +498,8 @@ def _get_en_US_brand_fluent_filename(
return branding_fluent_filename_template.format(brand="official")
elif release_type == "beta" and release_product == "devedition":
return branding_fluent_filename_template.format(brand="aurora")
elif release_type.startswith("esr"):
return branding_fluent_filename_template.format(brand="official")
else:
return branding_fluent_filename_template.format(brand="unofficial")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment