commit | 6b42407d92304fdd6ca14611235904bc04e62847 | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Wed Apr 17 19:10:04 2019 +0200 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Wed Apr 17 19:10:04 2019 +0200 |
tree | dcd0da452e3c42a473aae15a7cf98c2f96e6096e | |
parent | c6d23a4aa7144cfa2056d4191a49cb405f7a9cd0 [diff] |
cookie: trim spaces from domain, path, and value Change-Id: I87f72850b429d3c180e270808492be9cacc18ae2
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.