Update notes for 2018-08-21

This commit is contained in:
2018-08-21 14:41:34 +03:00
parent 239e657995
commit 2649fc90d5
3 changed files with 35 additions and 8 deletions

View File

@ -34,7 +34,7 @@ I ran all system updates on DSpace Test and rebooted it
<meta property="article:published_time" content="2018-08-01T11:52:54&#43;03:00"/>
<meta property="article:modified_time" content="2018-08-20T13:49:43&#43;03:00"/>
<meta property="article:modified_time" content="2018-08-20T17:52:38&#43;03:00"/>
@ -79,9 +79,9 @@ I ran all system updates on DSpace Test and rebooted it
"@type": "BlogPosting",
"headline": "August, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-08/",
"wordCount": "1686",
"wordCount": "1765",
"datePublished": "2018-08-01T11:52:54&#43;03:00",
"dateModified": "2018-08-20T13:49:43&#43;03:00",
"dateModified": "2018-08-20T17:52:38&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -391,6 +391,21 @@ sys 2m20.248s
<li>Unfortunately this will mess up the references in pull requests and issues on GitHub</li>
</ul>
<h2 id="2018-08-21">2018-08-21</h2>
<ul>
<li>Something must have happened, as the <code>mvn package</code> <em>always</em> takes about two hours now, stopping for a very long time near the end at this step:</li>
</ul>
<pre><code>[INFO] Processing overlay [ id org.dspace.modules:xmlui-mirage2]
</code></pre>
<ul>
<li>It&rsquo;s the same on DSpace Test, my local laptop, and CGSpace&hellip;</li>
<li>It wasn&rsquo;t this way before when I was constantly building the previous 5.8 branch with Atmire patches&hellip;</li>
<li>I will restore the previous <code>5_x-dspace-5.8</code> and <code>atmire-module-upgrades-5.8</code> branches to see if the build time is different there</li>
</ul>
<!-- vim: set sw=2 ts=2: -->