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.
281d2a16b6
The ~/.gradle and ~/.android dirs are mounted as volumes for the docker container when building the app, because we want the gradle and android deps to be cached on the host after they've been downloaded. The build process was assuming that these dirs always already existed, and this assumption makes the building process fail if they actually don't. Therefore this change creates the directories on the host if they don't already exist. Change-Id: I90b5f73db0ffcbe76adc12157e142091808bde2b |
||
---|---|---|
.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 | ||
CONTRIBUTING.md | ||
CONTRIBUTORS | ||
COPYING | ||
Dockerfile | ||
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: https://camlistore.org/ https://camlistore.org/doc/ Other useful files: BUILDING how to compile it ("go run make.go") CONTRIBUTING how to do development and contribute Mailing lists: http://camlistore.org/lists Bugs and contributing: https://github.com/camlistore/camlistore/issues https://camlistore.org/doc/contributing