Closed jmrodri closed 7 years ago
makes it less painful to bootstrap a new dev environment, just following the same practices we use in origin (admittedly we use godeps, not glide there).
(in theory it also protects us against someone rewriting history in their repo, or removing their repo entirely)
the service catalog (which uses glide) also follows this pattern, so i'm closing this. https://github.com/kubernetes-incubator/service-catalog/tree/master/vendor
Is there a reason we commit the vendor directory? On our broker, we simply commit the
glide.yaml
andglide.lock
file and added vendor to.gitignore
.