erning/gorun

Support repeatable builds

bruce34 opened this issue · 1 comments

We wish to use the tool internally to support small devops type of scripts, moving away from python/bash. To be able to do this, we'd like to ensure that we have complete control from the script which version of dependencies are installed on all VMs, even if they are deployed/redeployed at different times.

#16 for an example solution?