Update notes for 2019-05-17

This commit is contained in:
2019-05-17 22:20:49 +03:00
parent 32830944c2
commit 52633fc9ea
3 changed files with 29 additions and 8 deletions

View File

@ -383,5 +383,14 @@ $ time schedtool -B -e ionice -c2 -n7 nice -n19 dspace index-discovery -b
- I was going to make a new controlled vocabulary of the top 100 terms after these corrections, but I noticed a bunch of duplicates and variations when I sorted them alphabetically
- Instead, I exported a new list and asked Peter to look at it again
- Apply Peter's new corrections on DSpace Test and CGSpace:
```
$ ./fix-metadata-values.py -i /tmp/2019-05-17-fix-25-Investors.csv -db dspace -u dspace -p 'fuuu' -f dc.description.sponsorship -m 29 -t correct -d
$ ./delete-metadata-values.py -i /tmp/2019-05-17-delete-14-Investors.csv -db dspace -u dspace -p 'fuuu' -m 29 -f dc.description.sponsorship -d
```
- Then I re-exported the sponsors and took the top 100 to update the existing controlled vocabulary ([#423](https://github.com/ilri/DSpace/pull/423))
- I will deploy the changes on CGSpace the next time we re-deploy
<!-- vim: set sw=2 ts=2: -->