cherry-picked mozilla upstream changes:

bug1378147, bug1364984, bug1334338, bug1379538, bug1356812, bug1379444, bug1372467, bug1372383, bug1383002, bug1308908, bug1347667, bug1367128, bug1377016, bug1359058, bug1379537
This commit is contained in:
2018-06-20 17:23:40 +08:00
parent 1786a387c3
commit 96244ab710
34 changed files with 330 additions and 158 deletions
+7
View File
@@ -410,3 +410,10 @@ class InstallManifestNoSymlinks(InstallManifest):
source will be copied to dest.
"""
self.add_copy(source, dest)
def add_pattern_symlink(self, base, pattern, dest):
"""A wrapper that accepts symlink patterns and installs file copies.
Files discovered with ``pattern`` will be copied to ``dest``.
"""
self.add_pattern_copy(base, pattern, dest)