commit | ecdd255f653de6c5ef6904b44cddd3a03e83ccd1 | [log] [tgz] |
---|---|---|
author | Billy Lynch <wlynch@google.com> | Thu Jan 12 18:31:36 2017 -0500 |
committer | Billy Lynch <wlynch@google.com> | Thu Jan 12 18:45:37 2017 -0500 |
tree | 9e492bf995ac0399c630bb6576c6c4b5a746e3bd | |
parent | d42875c9054fd7b6c3c19bf5333810a3f3e08ddd [diff] |
slothfs/gitiles: add HTTP client to service opts This allows clients to provide their own HTTP clients for the gitiles library to use instead of the default client. This is useful for clients where authentication cannot be handled by the CookieJar. Change-Id: Iff087d8fe5fbfcb6ed240195038eb98f217303e5
SlothFS is a FUSE filesystem that provides light-weight, lazily downloaded, read-only checkouts of manifest-based Git projects. It is intended for use with Android.
To start the file system:
go install github.com/google/slothfs/cmd/slothfs-repofs mkdir /tmp/mnt slothfs-repofs /tmp/mnt &
To create a workspace “ws” corresponding to the latest manifest version
go install github.com/google/slothfs/cmd/slothfs-deref-manifest slothfs-deref-manifest > /tmp/m.xml ln -s /tmp/m.xml /tmp/mnt/config/ws
More details can be found in the manual.
This is not an official Google product.