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 buildto be able to build several packages at once. This could be tricky, because of the--branchand--pushoptions that might differ for different packages. - Implement those changes.
:+1: I'm definitely up for this feature. Will do that when I get a bit of time ...