Update notes for 2018-06-08

This commit is contained in:
2018-06-08 11:04:27 +02:00
parent e7a46ddfb8
commit 2f91102030
3 changed files with 25 additions and 8 deletions

View File

@ -65,3 +65,11 @@ $ ~/dspace/bin/dspace database migrate ignored
```
- Now DSpace starts up properly!
- Gabriela from CIP got back to me about the author names we were correcting on CGSpace
- I did a quick sanity check on them and then did a test import with my [`fix-metadata-value.py`](https://gist.github.com/alanorth/df92cbfb54d762ba21b28f7cd83b6897) script:
```
$ ./fix-metadata-values.py -i /tmp/2018-06-08-CIP-Authors.csv -db dspace -u dspace -p 'fuuu' -f dc.contributor.author -t correct -m 3
```
- I will apply them on CGSpace tomorrow I think...