mirror of https://github.com/perkeep/perkeep.git
Perkeep (née Camlistore) is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content.
d9fa1ed87e
We used to have --depth=1 when cloning camlistore.org on startup, for efficiency reasons. But not having all the commits locally caused problems when pushing to github, because it would see the remote had commits that we didn't. So we're now doing a full cloning. It looks like it's now taking ~4s (as opposed to ~2.5s before), and consuming ~50MB diskspace (as opposed to 35MB before). Plus a few bugfixes. Change-Id: If7dbae1d3119d8b3336fb7d735f6bd0ba7606fc6 |
||
---|---|---|
.hackfests | ||
app | ||
bin | ||
clients | ||
cmd | ||
config | ||
dev | ||
doc | ||
internal/chanworker | ||
lib/python | ||
misc | ||
old | ||
pkg | ||
server | ||
vendor | ||
website | ||
.dockerignore | ||
.gitignore | ||
.header | ||
.travis.yml | ||
AUTHORS | ||
BUILDING | ||
CONTRIBUTORS | ||
COPYING | ||
Dockerfile | ||
HACKING | ||
Makefile | ||
README | ||
TESTS | ||
TODO | ||
make.go |
README
Camlistore is your personal storage system for life. It's a way to store, sync, share, model and back up content. It stands for "Content-Addressable Multi-Layer Indexed Storage", for lack of a better name. For more, see: http://camlistore.org/ http://camlistore.org/docs/ Other useful files: BUILDING how to compile it ("go run make.go") HACKING how to do development and contribute Mailing lists: http://camlistore.org/lists Bugs and contributing: https://github.com/camlistore/camlistore/issues http://camlistore.org/docs/contributing