Update notes for 2017-02-16

This commit is contained in:
2017-02-16 23:27:34 +02:00
parent 3611c9297b
commit c22acbb22e
5 changed files with 30 additions and 4 deletions

View File

@ -161,3 +161,9 @@ dspace=# update metadatavalue set text_value = regexp_replace(text_value, 'http:
```
- Run all DOI corrections on CGSpace
- Something to think about here is to write a [Curation Task](https://wiki.duraspace.org/display/DSDOC5x/Curation+System#CurationSystem-ScriptedTasks) in Java to do these sanity checks / corrections every night
- Then we could add a cron job for them and run them from the command line like:
```
[dspace]/bin/dspace curate -t noop -i 10568/79891
```