mirror of https://github.com/perkeep/perkeep.git
bfc607fee7
Keep track of missing dependencies both in memory and in the index's underlying sorted.KeyValue. When we see a dependent blob arrive, see if we can reindex things. Fixes camlistore.org/issue/102 Change-Id: I3d8cfc463e4b8c9d158be8f9656e772839b093b9 |
||
---|---|---|
.. | ||
camli | ||
README | ||
app.yaml | ||
build_test.go | ||
config.json | ||
test-secring.gpg |
README
We typically just use the "devcam appengine" command to hack on this code. (To build devcam: go install ../../dev/devcam). But to run by hand: $ dev_appserver.py --high_replication . Other useful flags: -a 0.0.0.0 (listen on all addresses) -c (wipe the datastore)