Add notes for 2018-10-14

This commit is contained in:
2018-10-14 09:48:26 +03:00
parent bc44226aac
commit 015ecd99c2
3 changed files with 35 additions and 8 deletions

View File

@ -246,4 +246,16 @@ $ ./fix-metadata-values.py -i 2018-10-11-top-authors.csv -db dspace -u dspace -p
- I will apply these on CGSpace when I do the other updates tomorrow, as well as double check the high scoring ones to see if they are correct in Sisay's author controlled vocabulary
## 2018-10-14
- Merge the authors controlled vocabulary ([#393](https://github.com/ilri/DSpace/pull/393)), usage rights ([#394](https://github.com/ilri/DSpace/pull/394)), and the upstream DSpace 5.x cherry-picks ([#394](https://github.com/ilri/DSpace/pull/395)) into our `5_x-prod` branch
- Switch to new CGIAR LDAP server on CGSpace, as it's been running (at least for authentication) on DSpace Test for the last few weeks, and I think they old one will be deprecated soon (today?)
- Apply Peter's 746 author corrections on CGSpace and DSpace Test using my [fix-metadata-values.py](https://gist.github.com/alanorth/df92cbfb54d762ba21b28f7cd83b6897) script:
```
$ ./fix-metadata-values.py -i /tmp/2018-10-11-top-authors.csv -f dc.contributor.author -t CORRECT -m 3 -db dspace -u dspace -p 'fuuu'
```
- Run all system updates on CGSpace (linode19) and reboot the server
<!-- vim: set sw=2 ts=2: -->