Browse Source

Support for targets in webbrew config

Joffrey F 11 năm trước cách đây
mục cha
commit
2c6b987bfd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      stackbrew/app.py

+ 1 - 1
stackbrew/app.py

@@ -55,7 +55,7 @@ def build_task():
     library = brew.StackbrewLibrary(config['library_repo'])
     builder = brew.LocalBuilder(
         library=library, namespaces=config['namespaces'],
-        repo_cache=config['repos_folder']
+        repo_cache=config['repos_folder'], targetlist=config.get('targets')
     )
     builder.build_repo_list()
     builder.history = history