Skip to content

Commit

Permalink
Bug 1768085 - Point gen_last_modified.py to the right files in Thunde…
Browse files Browse the repository at this point in the history
…rbird builds. r=leplatrem

Differential Revision: https://phabricator.services.mozilla.com/D145678
  • Loading branch information
darktrojan committed May 8, 2022
1 parent b484e90 commit 754ba62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/settings/dumps/gen_last_modified.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ def main(output):
elif buildconfig.substs["MOZ_BUILD_APP"] == "mobile/android":
dumps_locations += ["services/settings/dumps/"]
elif buildconfig.substs["MOZ_BUILD_APP"] == "comm/mail":
dumps_locations += ["mozilla/services/settings/dumps/"]
dumps_locations += ["mail/app/settings/dumps/"]
dumps_locations += ["services/settings/dumps/"]
dumps_locations += ["comm/mail/app/settings/dumps/"]
elif buildconfig.substs["MOZ_BUILD_APP"] == "comm/suite":
dumps_locations += ["mozilla/services/settings/dumps/"]
dumps_locations += ["services/settings/dumps/"]

remotesettings_dumps = {}
for dumps_location in dumps_locations:
Expand Down

0 comments on commit 754ba62

Please sign in to comment.