repo.or.cz
/
mygpo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
carry out full sync of a user in background
[mygpo.git]
/
bin
/
cleanup-views.sh
blob
931228064025c219f868de6fbb445e4570ec0b93
1
#!/bin/bash
2
3
COUCHDB
=
`mygpo/print-couchdb.py`
4
5
curl
-s -H
"Content-Type: application/json"
-X
POST
$COUCHDB
/
_view_cleanup
> /
dev
/
null
6
7