-
-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Description
Current build process pipeline is in bash, and it's nightmare to support it. Introducing parallel package build will bring more bash hardcore code. We should waste the current build controlling code in favor of a better solution.
To leverage parallel package build (need by #7) the best option is to use flow based build tool with support for dependencies and parallelism. The current vision is to use rake + sshkit.
Rake is a prefect candidate since it's provides a very rich set of features and it has a very simple DSL.
Other python based solutions will take more effort to use. There are following options:
- For build tools:
- For remote ssh control:
- This library seems to be a very useful and really cool stuff https://plumbum.readthedocs.org/en/latest/
Unluckily all of the python based tools either lack needed parallelism or just quite heavy to use...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels