Add notes for 2016-06-24

This commit is contained in:
2016-06-24 15:17:19 +03:00
parent b816df277c
commit 5c5380d7bd
4 changed files with 70 additions and 0 deletions

View File

@ -213,3 +213,16 @@ UPDATE 960
```
- I really need to fix that cron job...
## 2016-06-24
- Run the replacements/deletes for `dc.description.sponsorship` (investors) on CGSpace:
```
$ ./fix-metadata-values.py -i investors-not-blank-not-delete-85.csv -f dc.description.sponsorship -t 'correct investor' -m 29 -d cgspace -p 'fuuu' -u cgspace
$ ./delete-metadata-values.py -i investors-delete-82.csv -f dc.description.sponsorship -m 29 -d cgspace -p 'fuuu' -u cgspace
```
- The scripts for this are here:
- [fix-metadata-values.py](https://gist.github.com/alanorth/df92cbfb54d762ba21b28f7cd83b6897)
- [delete-metadata-values.py](https://gist.github.com/alanorth/bd7d58c947f686401a2b1fadc78736be)