Browse Source

Support for targets in webbrew config

Joffrey F 11 years ago
parent
commit
2c6b987bfd
1 changed files with 1 additions and 1 deletions
  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