DBuildService / dbs-server

BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

cache git repos #8

Open TomasTomecek opened 9 years ago

TomasTomecek commented 9 years ago

Before doing builds, we could store git repos on server. We might also build tooling on top of these repos and then, when there are multiple builds from one repo, we can easily display differences.

This will be important when webui starts to shape up.

twaugh commented 9 years ago

It will also help with running dockerfile_lint, which needs access to the Dockerfile before the build starts.