kano-repository-manager
kano-repository-manager copied to clipboard
Allow building of multiple packages with one command
Something like dr build kano-blocks make-pong
to build both Kano-Blocks and Make-Pong.
What needs to be done
- Investigate how could we extend the interface of
dr build
to be able to build several packages at once. This could be tricky, because of the--branch
and--push
options that might differ for different packages. - Implement those changes.