Add notes for 2018-11-19

This commit is contained in:
2018-11-19 17:17:04 +02:00
parent 643a1d1a91
commit 95ae6a1098
3 changed files with 40 additions and 8 deletions

View File

@ -311,4 +311,19 @@ $ time ./rest-find-collections.py 10568/27629 --rest-url https://dspacetest.cgia
- Request invoice from Wild Jordan for their meeting venue in January
## 2018-11-19
- Testing corrections and deletions for AGROVOC (`dc.subject`) that Sisay and Peter were working on earlier this month:
```
$ ./fix-metadata-values.py -i 2018-11-19-correct-agrovoc.csv -f dc.subject -t correct -m 57 -db dspace -u dspace -p 'fuu' -d
$ ./delete-metadata-values.py -i 2018-11-19-delete-agrovoc.csv -f dc.subject -m 57 -db dspace -u dspace -p 'fuu' -d
```
- Then I ran them on both CGSpace and DSpace Test, and started a full Discovery re-index on CGSpace:
```
$ time schedtool -D -e ionice -c2 -n7 nice -n19 dspace index-discovery -b
```
<!-- vim: set sw=2 ts=2: -->