Skip to content

Commit

Permalink
Bug 1882556 - Use official branding on ESR .deb packages r=releng-rev…
Browse files Browse the repository at this point in the history
…iewers,gbrown a=release

Differential Revision: https://phabricator.services.mozilla.com/D214466
  • Loading branch information
gabrielBusta committed Jun 21, 2024
1 parent 817dd8b commit f28817d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/mozbuild/mozbuild/repackaging/deb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit f28817d

Please sign in to comment.