We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2efc869 + 30a4a8d commit ab588e4Copy full SHA for ab588e4
scripts/utils/merge-flavors
@@ -58,6 +58,9 @@ if __name__ == '__main__':
58
if 'architectures' not in base_flavor:
59
base_flavor['architectures'] = {}
60
61
+ if 'packages' not in base_flavor:
62
+ base_flavor['packages'] = []
63
+
64
flavor_files = sys.argv[2:]
65
flavor_defs = map(load_flavor, flavor_files)
66
0 commit comments