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
[Migration] remove unused repeat_on_conflict imports
[mygpo.git]
/
bin
/
compact-db.sh
blob
81968a8f90bc5b6abc88436597624f5cca6857ec
1
#!/bin/bash
2
3
COUCHDB
=
`mygpo/print-couchdb.py`
4
5
curl
-s -H
"Content-Type: application/json"
-X
POST
$COUCHDB
/
_compact
> /
dev
/
null
6