diff --git a/content/posts/2021-03.md b/content/posts/2021-03.md index 409e94814..0cd0e0ea5 100644 --- a/content/posts/2021-03.md +++ b/content/posts/2021-03.md @@ -305,5 +305,33 @@ sys 2m51.529s ``` - Now I see ten items for "Source Code" in the facets... +- Add GPL and MIT licenses to the list of licenses on CGSpace input form since we will start capturing more software and source code +- Added the ability to check `dcterms.license` values against the SPDX licenses in the csv-metadata-quality tool + - Also, I made some other minor fixes and released [version 0.4.6](https://github.com/ilri/csv-metadata-quality/releases/tag/v0.4.6) on GitHub +- Proof and upload twenty-seven items to CGSpace for Peter Ballantyne + - Mostly Ugandan outputs for CRP Livestock and Livestock and Fish + +## 2021-03-14 + +- Switch to linux-kvm kernel on linode20 and linode18: + +```console +# apt update && apt full-upgrade +# apt install linux-kvm +# apt remove linux-generic linux-image-generic linux-headers-generic linux-firmware +# apt autoremove && apt autoclean +# reboot +``` + +- Deploy latest changes from `6_x-prod` branch on CGSpace +- Deploy latest changes from OpenRXV `master` branch on AReS +- Last week Peter added OpenRXV to CGSpace: https://hdl.handle.net/10568/112982 +- Back up the current `openrxv-items-final` index on AReS to start a new harvest: + +```console +$ curl -X PUT "localhost:9200/openrxv-items-final/_settings" -H 'Content-Type: application/json' -d'{"settings": {"index.blocks.write": true}}' +$ curl -s -X POST http://localhost:9200/openrxv-items-final/_clone/openrxv-items-final-2021-03-14 +$ curl -X PUT "localhost:9200/openrxv-items-final/_settings" -H 'Content-Type: application/json' -d'{"settings": {"index.blocks.write": false}}' +``` diff --git a/docs/2021-03/index.html b/docs/2021-03/index.html index 84d6b99ef..622611f1b 100644 --- a/docs/2021-03/index.html +++ b/docs/2021-03/index.html @@ -19,7 +19,7 @@ Also, we found some issues building and running OpenRXV currently due to ecosyst - + @@ -44,9 +44,9 @@ Also, we found some issues building and running OpenRXV currently due to ecosyst "@type": "BlogPosting", "headline": "March, 2021", "url": "https://alanorth.github.io/cgspace-notes/2021-03/", - "wordCount": "1963", + "wordCount": "2135", "datePublished": "2021-03-01T10:13:54+02:00", - "dateModified": "2021-03-10T15:04:01+02:00", + "dateModified": "2021-03-11T08:46:33+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -451,8 +451,37 @@ user 215m15.196s sys 2m51.529s +

2021-03-14

+ +
# apt update && apt full-upgrade
+# apt install linux-kvm
+# apt remove linux-generic linux-image-generic linux-headers-generic linux-firmware
+# apt autoremove && apt autoclean
+# reboot
+
+
$ curl -X PUT "localhost:9200/openrxv-items-final/_settings" -H 'Content-Type: application/json' -d'{"settings": {"index.blocks.write": true}}'
+$ curl -s -X POST http://localhost:9200/openrxv-items-final/_clone/openrxv-items-final-2021-03-14
+$ curl -X PUT "localhost:9200/openrxv-items-final/_settings" -H 'Content-Type: application/json' -d'{"settings": {"index.blocks.write": false}}'
+
diff --git a/docs/categories/index.html b/docs/categories/index.html index 75de57e20..94023baa7 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html index 2ccf27cb3..bae74880d 100644 --- a/docs/categories/notes/index.html +++ b/docs/categories/notes/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/2/index.html b/docs/categories/notes/page/2/index.html index 603ff2229..668a90875 100644 --- a/docs/categories/notes/page/2/index.html +++ b/docs/categories/notes/page/2/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/3/index.html b/docs/categories/notes/page/3/index.html index 11e5920bd..14899025e 100644 --- a/docs/categories/notes/page/3/index.html +++ b/docs/categories/notes/page/3/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/4/index.html b/docs/categories/notes/page/4/index.html index aedc6274c..bcb6fc727 100644 --- a/docs/categories/notes/page/4/index.html +++ b/docs/categories/notes/page/4/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/categories/notes/page/5/index.html b/docs/categories/notes/page/5/index.html index a90805f5c..1913cf2f1 100644 --- a/docs/categories/notes/page/5/index.html +++ b/docs/categories/notes/page/5/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/index.html b/docs/index.html index 5d8d8891a..20717b752 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/2/index.html b/docs/page/2/index.html index 3282e9381..45af54fa5 100644 --- a/docs/page/2/index.html +++ b/docs/page/2/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/3/index.html b/docs/page/3/index.html index 29c44a648..dba780915 100644 --- a/docs/page/3/index.html +++ b/docs/page/3/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/4/index.html b/docs/page/4/index.html index 20e6cb288..1aee0542d 100644 --- a/docs/page/4/index.html +++ b/docs/page/4/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/5/index.html b/docs/page/5/index.html index 9a3aa538e..46a88e636 100644 --- a/docs/page/5/index.html +++ b/docs/page/5/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/6/index.html b/docs/page/6/index.html index c355f581b..85f1a28c9 100644 --- a/docs/page/6/index.html +++ b/docs/page/6/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/page/7/index.html b/docs/page/7/index.html index 5179d664b..755f8ef90 100644 --- a/docs/page/7/index.html +++ b/docs/page/7/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/index.html b/docs/posts/index.html index 98c9e97cf..fef01d3ac 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html index 1bc00672b..71668ba4d 100644 --- a/docs/posts/page/2/index.html +++ b/docs/posts/page/2/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/3/index.html b/docs/posts/page/3/index.html index d06b77fd4..fead6f64f 100644 --- a/docs/posts/page/3/index.html +++ b/docs/posts/page/3/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/4/index.html b/docs/posts/page/4/index.html index a94e04fb8..c869df0e5 100644 --- a/docs/posts/page/4/index.html +++ b/docs/posts/page/4/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/5/index.html b/docs/posts/page/5/index.html index dfb8b97d8..d7a396e35 100644 --- a/docs/posts/page/5/index.html +++ b/docs/posts/page/5/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/6/index.html b/docs/posts/page/6/index.html index 3ce7cb316..22de2d180 100644 --- a/docs/posts/page/6/index.html +++ b/docs/posts/page/6/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/posts/page/7/index.html b/docs/posts/page/7/index.html index ebe9a2186..9e460d77a 100644 --- a/docs/posts/page/7/index.html +++ b/docs/posts/page/7/index.html @@ -10,7 +10,7 @@ - + diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 892276c21..697bd8c90 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -3,19 +3,19 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> https://alanorth.github.io/cgspace-notes/categories/ - 2021-03-10T15:04:01+02:00 + 2021-03-11T08:46:33+02:00 https://alanorth.github.io/cgspace-notes/ - 2021-03-10T15:04:01+02:00 + 2021-03-11T08:46:33+02:00 https://alanorth.github.io/cgspace-notes/2021-03/ - 2021-03-10T15:04:01+02:00 + 2021-03-11T08:46:33+02:00 https://alanorth.github.io/cgspace-notes/categories/notes/ - 2021-03-10T15:04:01+02:00 + 2021-03-11T08:46:33+02:00 https://alanorth.github.io/cgspace-notes/posts/ - 2021-03-10T15:04:01+02:00 + 2021-03-11T08:46:33+02:00 https://alanorth.github.io/cgspace-notes/2021-02/ 2021-03-04T22:46:05+02:00