Add notes for 2018-02-17

This commit is contained in:
2018-02-17 11:37:57 +02:00
parent dfe81fb544
commit fa596d4a41
45 changed files with 79 additions and 56 deletions

View File

@ -23,7 +23,7 @@ I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu’s munin-pl
<meta property="article:published_time" content="2018-02-01T16:28:54&#43;02:00"/>
<meta property="article:modified_time" content="2018-02-15T22:31:11&#43;02:00"/>
<meta property="article:modified_time" content="2018-02-15T22:36:01&#43;02:00"/>
@ -47,7 +47,7 @@ I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu&rsquo;s munin-pl
"/>
<meta name="generator" content="Hugo 0.36" />
<meta name="generator" content="Hugo 0.36.1" />
@ -57,9 +57,9 @@ I copied the logic in the jmx_tomcat_dbpools provided by Ubuntu&rsquo;s munin-pl
"@type": "BlogPosting",
"headline": "February, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-02/",
"wordCount": "3727",
"wordCount": "3796",
"datePublished": "2018-02-01T16:28:54&#43;02:00",
"dateModified": "2018-02-15T22:31:11&#43;02:00",
"dateModified": "2018-02-15T22:36:01&#43;02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -768,6 +768,18 @@ UPDATE 1
2018 104.196.152.243
</code></pre>
<h2 id="2018-02-17">2018-02-17</h2>
<ul>
<li>Peter pointed out that we had an incorrect sponsor in the controlled vocabulary: <code>U.S. Agency for International Development</code><code>United States Agency for International Development</code></li>
<li>I made a pull request to fix it ((#354)[<a href="https://github.com/ilri/DSpace/pull/354]">https://github.com/ilri/DSpace/pull/354]</a>)</li>
<li>I should remember to update existing values in PostgreSQL too:</li>
</ul>
<pre><code>dspace=# update metadatavalue set text_value='United States Agency for International Development' where resource_type_id=2 and metadata_field_id=29 and text_value like '%U.S. Agency for International Development%';
UPDATE 2
</code></pre>