فهرست منبع

Support for targets in webbrew config

Joffrey F 11 سال پیش
والد
کامیت
2c6b987bfd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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