mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2018-10-22
This commit is contained in:
@ -490,4 +490,17 @@ $ http --print Hh 'https://dspacetest.cgiar.org/handle/10568/1' User-Agent:'"Moz
|
||||
|
||||
- Discuss AfricaRice joining CGSpace
|
||||
|
||||
## 2018-10-22
|
||||
|
||||
- Post message to Yammer about usage rights (dc.rights)
|
||||
- Change `build.properties` to use HTTPS for Handles in our [Ansible infrastructure playbooks](https://github.com/ilri/rmg-ansible-public)
|
||||
- We will still need to do a batch update of the `dc.identifier.uri` and other fields in the database:
|
||||
|
||||
```
|
||||
dspace=# UPDATE metadatavalue SET text_value=replace(text_value, 'http://', 'https://') WHERE resource_type_id=2 AND text_value LIKE 'http://hdl.handle.net%';
|
||||
```
|
||||
|
||||
- While I was doing that I found two items using CGSpace URLs instead of handles in their `dc.identifier.uri` so I corrected those
|
||||
- I also found several items that had invalid characters or multiple Handles in some related URL field like `cg.link.reference` so I corrected those too
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user