Agustin Benito Bethencourt pushed to branch master at BuildStream / bst-external
Commits:
-
457d99ac
by Thomas Coldrick at 2018-07-23T13:57:31Z
-
d5a031ed
by Javier Jardón at 2018-07-23T15:55:12Z
1 changed file:
Changes:
... | ... | @@ -63,7 +63,7 @@ class FlatpakImageElement(Element): |
63 | 63 |
key['include'] = sorted(self.include)
|
64 | 64 |
key['exclude'] = sorted(self.exclude)
|
65 | 65 |
key['metadata'] = self.metadata
|
66 |
- key['extensions'] = [section for section in self.metadata.sections() if section.startswith('Extension ')]
|
|
66 |
+ key['version'] = 1 # Used to force rebuilds after editing the plugin
|
|
67 | 67 |
return key
|
68 | 68 |
|
69 | 69 |
def configure_sandbox(self, sandbox):
|