Commit Graph

5 Commits

Author SHA1 Message Date
R Tyler Croy f8dc3af95e Update the cargo versions
Fixes #64
2021-03-03 22:04:25 -08:00
R Tyler Croy dfe6cf9376 Default to caching git repositories with a `git clone --mirror` like functionality
I first set this up without the "--mirror" like functionality, but unfortunately
I couldn't get my fetch updates to work properly. A future optimization would be
to remove the mirror-refspecs and instead update the refsspecs whenever a new
branch is fetched.

Fixes #40
2020-11-26 21:18:31 -08:00
R Tyler Croy ee2510ed6f Refactor the source tree to separate local executables (CLIs) and models a bit more
This should make the compile cycles a little bit more sensible when just working
on the CLI components of the agent, for example.
2020-11-26 10:40:37 -08:00
R Tyler Croy 28513c7a0b Implement the most basic version of the git step which can just clone a URL
This doesn't yet support the `ref` parameter, and is frankly pretty dumb

Fixes #32
2020-11-15 16:12:12 -08:00
R Tyler Croy 1b6ebdd3db Work in progress on the git step
See #32
2020-11-15 14:39:00 -08:00