mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2017-02-16
This commit is contained in:
@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user