mirror of
				https://github.com/alanorth/cgspace-notes.git
				synced 2025-01-27 05:49:12 +01:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			d71242aaec
			...
			65a2a89597
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 65a2a89597 | |||
| 38bbb29492 | 
| @@ -623,7 +623,7 @@ $ ./delete-metadata-values.py -i /tmp/2019-04-11-delete-6-subjects.csv -db dspac | |||||||
|  |  | ||||||
| ## 2019-04-14 | ## 2019-04-14 | ||||||
|  |  | ||||||
| - Change DSpace Test (linode19) to use the Java GC tuning from the Solr 4.14.4 startup script: | - Change DSpace Test (linode19) to use the Java GC tuning from the Solr 4.10.4 startup script: | ||||||
|  |  | ||||||
| ``` | ``` | ||||||
| GC_TUNE="-XX:NewRatio=3 \ | GC_TUNE="-XX:NewRatio=3 \ | ||||||
|   | |||||||
| @@ -343,5 +343,10 @@ $ curl -X POST 'https://cgspace.cgiar.org/explorer/api/search/scroll/DXF1ZXJ5QW5 | |||||||
|  |  | ||||||
| - This uses the Elasticsearch scroll ID to page through results | - This uses the Elasticsearch scroll ID to page through results | ||||||
|   - The second query doesn't need the request body because it is saved for 1 day as part of the first request |   - The second query doesn't need the request body because it is saved for 1 day as part of the first request | ||||||
|  | - Attempt to re-do my tests with VisualVM from 2019-04 | ||||||
|  |   - I found that I can't connect to the Tomcat JMX port using SSH forwarding (visualvm gives an error about localhost already being monitored) | ||||||
|  |   - Instead, I had to create a SOCKS proxy with SSH (ssh -D 8096), then set that up as a proxy in the VisualVM network settings, and then add the JMX connection | ||||||
|  |   - See: https://dzone.com/articles/visualvm-monitoring-remote-jvm | ||||||
|  |   - I have to spend more time on this... | ||||||
|  |  | ||||||
| <!-- v[im: set sw=2 ts=2: --> | <!-- v[im: set sw=2 ts=2: --> | ||||||
|   | |||||||
| @@ -34,7 +34,7 @@ $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace | |||||||
| <meta property="og:type" content="article" /> | <meta property="og:type" content="article" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-04/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-04/" /> | ||||||
| <meta property="article:published_time" content="2019-04-01T09:00:43+03:00" /> | <meta property="article:published_time" content="2019-04-01T09:00:43+03:00" /> | ||||||
| <meta property="article:modified_time" content="2020-04-13T15:30:24+03:00" /> | <meta property="article:modified_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| @@ -76,7 +76,7 @@ $ ./delete-metadata-values.py -i /tmp/2019-02-21-delete-1-region.csv -db dspace | |||||||
|   "url": "https://alanorth.github.io/cgspace-notes/2019-04/", |   "url": "https://alanorth.github.io/cgspace-notes/2019-04/", | ||||||
|   "wordCount": "6778", |   "wordCount": "6778", | ||||||
|   "datePublished": "2019-04-01T09:00:43+03:00", |   "datePublished": "2019-04-01T09:00:43+03:00", | ||||||
|   "dateModified": "2020-04-13T15:30:24+03:00", |   "dateModified": "2021-08-18T15:29:31+03:00", | ||||||
|   "author": { |   "author": { | ||||||
|     "@type": "Person", |     "@type": "Person", | ||||||
|     "name": "Alan Orth" |     "name": "Alan Orth" | ||||||
| @@ -751,7 +751,7 @@ $ ./delete-metadata-values.py -i /tmp/2019-04-11-delete-6-subjects.csv -db dspac | |||||||
| <p><img src="/cgspace-notes/2019/04/visualvm-solr-indexing-solr-settings.png" alt="Java GC during Solr indexing Solr 4.10.4 settings"></p> | <p><img src="/cgspace-notes/2019/04/visualvm-solr-indexing-solr-settings.png" alt="Java GC during Solr indexing Solr 4.10.4 settings"></p> | ||||||
| <h2 id="2019-04-14">2019-04-14</h2> | <h2 id="2019-04-14">2019-04-14</h2> | ||||||
| <ul> | <ul> | ||||||
| <li>Change DSpace Test (linode19) to use the Java GC tuning from the Solr 4.14.4 startup script:</li> | <li>Change DSpace Test (linode19) to use the Java GC tuning from the Solr 4.10.4 startup script:</li> | ||||||
| </ul> | </ul> | ||||||
| <pre><code>GC_TUNE="-XX:NewRatio=3 \ | <pre><code>GC_TUNE="-XX:NewRatio=3 \ | ||||||
|     -XX:SurvivorRatio=4 \ |     -XX:SurvivorRatio=4 \ | ||||||
|   | |||||||
| @@ -18,7 +18,7 @@ I decided to upgrade linode20 from Ubuntu 18.04 to 20.04 | |||||||
| <meta property="og:type" content="article" /> | <meta property="og:type" content="article" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2021-08/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2021-08/" /> | ||||||
| <meta property="article:published_time" content="2021-08-01T09:01:07+03:00" /> | <meta property="article:published_time" content="2021-08-01T09:01:07+03:00" /> | ||||||
| <meta property="article:modified_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="article:modified_time" content="2021-08-18T09:17:20+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| @@ -42,9 +42,9 @@ I decided to upgrade linode20 from Ubuntu 18.04 to 20.04 | |||||||
|   "@type": "BlogPosting", |   "@type": "BlogPosting", | ||||||
|   "headline": "August, 2021", |   "headline": "August, 2021", | ||||||
|   "url": "https://alanorth.github.io/cgspace-notes/2021-08/", |   "url": "https://alanorth.github.io/cgspace-notes/2021-08/", | ||||||
|   "wordCount": "2512", |   "wordCount": "2585", | ||||||
|   "datePublished": "2021-08-01T09:01:07+03:00", |   "datePublished": "2021-08-01T09:01:07+03:00", | ||||||
|   "dateModified": "2021-08-17T10:59:14+03:00", |   "dateModified": "2021-08-18T09:17:20+03:00", | ||||||
|   "author": { |   "author": { | ||||||
|     "@type": "Person", |     "@type": "Person", | ||||||
|     "name": "Alan Orth" |     "name": "Alan Orth" | ||||||
| @@ -485,6 +485,14 @@ $ curl -X POST 'https://cgspace.cgiar.org/explorer/api/search/scroll/DXF1ZXJ5QW5 | |||||||
| <li>The second query doesn’t need the request body because it is saved for 1 day as part of the first request</li> | <li>The second query doesn’t need the request body because it is saved for 1 day as part of the first request</li> | ||||||
| </ul> | </ul> | ||||||
| </li> | </li> | ||||||
|  | <li>Attempt to re-do my tests with VisualVM from 2019-04 | ||||||
|  | <ul> | ||||||
|  | <li>I found that I can’t connect to the Tomcat JMX port using SSH forwarding (visualvm gives an error about localhost already being monitored)</li> | ||||||
|  | <li>Instead, I had to create a SOCKS proxy with SSH (ssh -D 8096), then set that up as a proxy in the VisualVM network settings, and then add the JMX connection</li> | ||||||
|  | <li>See: <a href="https://dzone.com/articles/visualvm-monitoring-remote-jvm">https://dzone.com/articles/visualvm-monitoring-remote-jvm</a></li> | ||||||
|  | <li>I have to spend more time on this…</li> | ||||||
|  | </ul> | ||||||
|  | </li> | ||||||
| </ul> | </ul> | ||||||
| <!-- raw HTML omitted --> | <!-- raw HTML omitted --> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/categories/notes/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ | |||||||
| <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | <meta property="og:description" content="Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." /> | ||||||
| <meta property="og:type" content="website" /> | <meta property="og:type" content="website" /> | ||||||
| <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" /> | <meta property="og:url" content="https://alanorth.github.io/cgspace-notes/posts/" /> | ||||||
| <meta property="og:updated_time" content="2021-08-17T10:59:14+03:00" /> | <meta property="og:updated_time" content="2021-08-18T15:29:31+03:00" /> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -3,19 +3,19 @@ | |||||||
|   xmlns:xhtml="http://www.w3.org/1999/xhtml"> |   xmlns:xhtml="http://www.w3.org/1999/xhtml"> | ||||||
|   <url> |   <url> | ||||||
|     <loc>https://alanorth.github.io/cgspace-notes/2021-08/</loc> |     <loc>https://alanorth.github.io/cgspace-notes/2021-08/</loc> | ||||||
|     <lastmod>2021-08-17T10:59:14+03:00</lastmod> |     <lastmod>2021-08-18T09:17:20+03:00</lastmod> | ||||||
|   </url><url> |   </url><url> | ||||||
|     <loc>https://alanorth.github.io/cgspace-notes/categories/</loc> |     <loc>https://alanorth.github.io/cgspace-notes/categories/</loc> | ||||||
|     <lastmod>2021-08-17T10:59:14+03:00</lastmod> |     <lastmod>2021-08-18T15:29:31+03:00</lastmod> | ||||||
|   </url><url> |   </url><url> | ||||||
|     <loc>https://alanorth.github.io/cgspace-notes/</loc> |     <loc>https://alanorth.github.io/cgspace-notes/</loc> | ||||||
|     <lastmod>2021-08-17T10:59:14+03:00</lastmod> |     <lastmod>2021-08-18T15:29:31+03:00</lastmod> | ||||||
|   </url><url> |   </url><url> | ||||||
|     <loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc> |     <loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc> | ||||||
|     <lastmod>2021-08-17T10:59:14+03:00</lastmod> |     <lastmod>2021-08-18T15:29:31+03:00</lastmod> | ||||||
|   </url><url> |   </url><url> | ||||||
|     <loc>https://alanorth.github.io/cgspace-notes/posts/</loc> |     <loc>https://alanorth.github.io/cgspace-notes/posts/</loc> | ||||||
|     <lastmod>2021-08-17T10:59:14+03:00</lastmod> |     <lastmod>2021-08-18T15:29:31+03:00</lastmod> | ||||||
|   </url><url> |   </url><url> | ||||||
|     <loc>https://alanorth.github.io/cgspace-notes/2021-07/</loc> |     <loc>https://alanorth.github.io/cgspace-notes/2021-07/</loc> | ||||||
|     <lastmod>2021-08-01T16:19:05+03:00</lastmod> |     <lastmod>2021-08-01T16:19:05+03:00</lastmod> | ||||||
| @@ -111,7 +111,7 @@ | |||||||
|     <lastmod>2020-04-13T15:30:24+03:00</lastmod> |     <lastmod>2020-04-13T15:30:24+03:00</lastmod> | ||||||
|   </url><url> |   </url><url> | ||||||
|     <loc>https://alanorth.github.io/cgspace-notes/2019-04/</loc> |     <loc>https://alanorth.github.io/cgspace-notes/2019-04/</loc> | ||||||
|     <lastmod>2020-04-13T15:30:24+03:00</lastmod> |     <lastmod>2021-08-18T15:29:31+03:00</lastmod> | ||||||
|   </url><url> |   </url><url> | ||||||
|     <loc>https://alanorth.github.io/cgspace-notes/2019-03/</loc> |     <loc>https://alanorth.github.io/cgspace-notes/2019-03/</loc> | ||||||
|     <lastmod>2020-07-24T21:57:55+03:00</lastmod> |     <lastmod>2020-07-24T21:57:55+03:00</lastmod> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user