Update notes for 2017-05-15

This commit is contained in:
2017-05-15 20:04:56 +03:00
parent d5e7390139
commit a1cbf45889
3 changed files with 40 additions and 8 deletions

View File

@ -139,3 +139,16 @@ dspace=# delete from metadatavalue where resource_type_id=2 and text_value='';
- After that I started looking in the `dc.subject` field to try to pull countries and regions out, but there are too many values in there
- Bump the Academicons dependency of the Mirage 2 themes from 1.6.0 to 1.8.0 because the upstream deleted the old tag and now the build is failing: [#321](https://github.com/ilri/DSpace/pull/321)
- Merge changes to CCAFS project identifiers and flagships: [#320](https://github.com/ilri/DSpace/pull/320)
- Run updates for CCCAFS flagships on CGSpace:
```
$ ./fix-metadata-values.py -i /tmp/ccafs-flagships-may7.csv -f cg.subject.ccafs -t correct -m 210 -d dspace -u dspace -p 'fuuu'
```
- These include:
- GENDER AND SOCIAL DIFFERENTIATION→GENDER AND SOCIAL INCLUSION
- MANAGING CLIMATE RISK→CLIMATE SERVICES AND SAFETY NETS
- Re-deploy CGSpace and DSpace Test and run system updates
- Reboot DSpace Test
- Fix cron jobs for log management on DSpace Test, as they weren't catching `dspace.log.*` files correctly and we had over six months of them and they were taking up many gigs of disk space