for-all-repos: New plugin
This plugin runs a specified command in all checked out repositories. Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
@@ -39,9 +39,11 @@ def load():
|
||||
Import all kas plugins
|
||||
"""
|
||||
from . import build
|
||||
from . import forallrepos
|
||||
from . import shell
|
||||
|
||||
register_plugins(build)
|
||||
register_plugins(forallrepos)
|
||||
register_plugins(shell)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user