LonoCloud / lein-voom

Tool for generating artifacts versioned on the most recent git commit sha and commit time.
Eclipse Public License 2.0
97 stars 14 forks source link

build-deps unnecessarily invokes a git fetch #55

Open abrooks opened 8 years ago

abrooks commented 8 years ago

As a box convenience for creating boxes with the latest commits, a git fetch was added here: https://github.com/LonoCloud/lein-voom/commit/2d3be9a19a96be8727c3317f75a2799412bf5225#diff-337af2b7290405fcd454ecf130470612L178

This inconveniences use cases where all dependencies are already locally present but the git repos are not immediately accessible causing the build-deps to fail when it could succeed.