commit | 25d701a207adc59aba565aa01dbbe73d374404eb | [log] [tgz] |
---|---|---|
author | Han-Wen Nienhuys <hanwen@google.com> | Tue Apr 09 15:18:02 2019 +0200 |
committer | Han-Wen Nienhuys <hanwen@google.com> | Tue Apr 09 15:18:02 2019 +0200 |
tree | 7037f993b5b773cec1828ada7758f96696c797fa | |
parent | 85e1ea13e2e14452f4952ab36c7b476ae76bb555 [diff] |
gitiles: fix vet error Change-Id: I865856998107476434c624f7c3686c9d794f4f73
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.