Update notes for 2017-05-15

This commit is contained in:
2017-05-15 18:50:49 +03:00
parent ad891890c7
commit d5e7390139
3 changed files with 12 additions and 8 deletions

View File

@ -13,7 +13,7 @@
<meta property="article:published_time" content="2017-05-01T16:21:52&#43;02:00"/>
<meta property="article:modified_time" content="2017-05-13T13:48:40&#43;03:00"/>
<meta property="article:modified_time" content="2017-05-15T07:52:09&#43;03:00"/>
@ -45,9 +45,9 @@
"@type": "BlogPosting",
"headline": "May, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-05/",
"wordCount": "1167",
"wordCount": "1203",
"datePublished": "2017-05-01T16:21:52&#43;02:00",
"dateModified": "2017-05-13T13:48:40&#43;03:00",
"dateModified": "2017-05-15T07:52:09&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -276,6 +276,8 @@ $ for item in /home/aorth/10947-1/ITEM@10947-*; do [dspace]/bin/dspace packager
<ul>
<li>To delete the blank lines that cause isses during import we need to use a regex in vim <code>g/^$/d</code></li>
<li>After that I started looking in the <code>dc.subject</code> field to try to pull countries and regions out, but there are too many values in there</li>
<li>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: <a href="https://github.com/ilri/DSpace/pull/321">#321</a></li>
<li>Merge changes to CCAFS project identifiers and flagships: <a href="https://github.com/ilri/DSpace/pull/320">#320</a></li>
</ul>