commit | 4cf808767dde282a981ffcb0e1d1bd342925c408 | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Wed Jul 17 11:59:12 2019 +0200 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Wed Jul 17 11:59:12 2019 +0200 |
tree | be8f926d0885a3e78cf9ae0accfb7c9ba28e6f92 | |
parent | 6b42407d92304fdd6ca14611235904bc04e62847 [diff] |
Remove obsolete manifestfs Change-Id: Ifa460f8773b5d55080e00dca337a5d4e93bf63e9
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.