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.
1 parent 1e038ab commit 30a4a8dCopy full SHA for 30a4a8d
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