Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: toolkit/mozapps/installer/find-dupes.py

Issue 29989567: Issue 7238 - Fix multi-locale builds (Closed)
Patch Set: Adding hg pull if cant hg update Created Jan. 28, 2019, 5:21 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mobile/android/installer/allowed-dupes.mn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: toolkit/mozapps/installer/find-dupes.py
===================================================================
--- a/toolkit/mozapps/installer/find-dupes.py
+++ b/toolkit/mozapps/installer/find-dupes.py
@@ -112,9 +112,11 @@
pp.do_filter('substitution')
pp.do_include(filename)
allowed_dupes.extend([line.partition('#')[0].rstrip()
for line in pp.out.getvalue().splitlines()])
find_dupes(args.directory, bail=not args.warning, allowed_dupes=allowed_dupes)
if __name__ == "__main__":
- main()
+ # We allow dupes, so we skip this check
+ # See https://issues.adblockplus.org/ticket/7238
+ print("Skipping find-dupes.py")
« no previous file with comments | « mobile/android/installer/allowed-dupes.mn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld