mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Update notes for 2019-03-17
This commit is contained in:
parent
8b253fb03e
commit
41d4e6ac68
@ -310,9 +310,12 @@ java.util.EmptyStackException
|
|||||||
|
|
||||||
## 2019-03-17
|
## 2019-03-17
|
||||||
|
|
||||||
- Last week Felix from Earlham said that they finished testing on DSpace Test so I made backups of some things there and re-deployed the system on Ubuntu 18.04
|
- Last week Felix from Earlham said that they finished testing on DSpace Test (linode19) so I made backups of some things there and re-deployed the system on Ubuntu 18.04
|
||||||
- During re-deployment I hit a few issues with the [Ansible playbooks](https://github.com/ilri/rmg-ansible-public) and made some minor improvements
|
- During re-deployment I hit a few issues with the [Ansible playbooks](https://github.com/ilri/rmg-ansible-public) and made some minor improvements
|
||||||
- There seems to be an [issue with nodejs's dependencies now](https://bugs.launchpad.net/ubuntu/+source/nodejs/+bug/1794589), which causes npm to get uninstalled when installing the certbot dependencies (due to a conflict in libssl dependencies)
|
- There seems to be an [issue with nodejs's dependencies now](https://bugs.launchpad.net/ubuntu/+source/nodejs/+bug/1794589), which causes npm to get uninstalled when installing the certbot dependencies (due to a conflict in libssl dependencies)
|
||||||
- I re-worked the playbooks to use Node.js from the upstream official repository for now
|
- I re-worked the playbooks to use Node.js from the upstream official repository for now
|
||||||
|
- Create and merge pull request for the AGROVOC controlled list ([#415](https://github.com/ilri/DSpace/pull/415))
|
||||||
|
- Run all system updates on CGSpace (linode18) and re-deploy the `5_x-prod` branch and reboot the server
|
||||||
|
- Re-sync DSpace Test with a fresh database snapshot and assetstore from CGSpace
|
||||||
|
|
||||||
<!-- vim: set sw=2 ts=2: -->
|
<!-- vim: set sw=2 ts=2: -->
|
||||||
|
@ -25,7 +25,7 @@ I think I will need to ask Udana to re-copy and paste the abstracts with more ca
|
|||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-03/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-03/" />
|
||||||
<meta property="article:published_time" content="2019-03-01T12:16:30+01:00"/>
|
<meta property="article:published_time" content="2019-03-01T12:16:30+01:00"/>
|
||||||
<meta property="article:modified_time" content="2019-03-15T15:29:11+02:00"/>
|
<meta property="article:modified_time" content="2019-03-17T17:43:06+02:00"/>
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="March, 2019"/>
|
<meta name="twitter:title" content="March, 2019"/>
|
||||||
@ -55,9 +55,9 @@ I think I will need to ask Udana to re-copy and paste the abstracts with more ca
|
|||||||
"@type": "BlogPosting",
|
"@type": "BlogPosting",
|
||||||
"headline": "March, 2019",
|
"headline": "March, 2019",
|
||||||
"url": "https://alanorth.github.io/cgspace-notes/2019-03/",
|
"url": "https://alanorth.github.io/cgspace-notes/2019-03/",
|
||||||
"wordCount": "1877",
|
"wordCount": "1917",
|
||||||
"datePublished": "2019-03-01T12:16:30+01:00",
|
"datePublished": "2019-03-01T12:16:30+01:00",
|
||||||
"dateModified": "2019-03-15T15:29:11+02:00",
|
"dateModified": "2019-03-17T17:43:06+02:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -487,13 +487,19 @@ java.util.EmptyStackException
|
|||||||
<h2 id="2019-03-17">2019-03-17</h2>
|
<h2 id="2019-03-17">2019-03-17</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Last week Felix from Earlham said that they finished testing on DSpace Test so I made backups of some things there and re-deployed the system on Ubuntu 18.04
|
<li>Last week Felix from Earlham said that they finished testing on DSpace Test (linode19) so I made backups of some things there and re-deployed the system on Ubuntu 18.04
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>During re-deployment I hit a few issues with the <a href="https://github.com/ilri/rmg-ansible-public">Ansible playbooks</a> and made some minor improvements</li>
|
<li>During re-deployment I hit a few issues with the <a href="https://github.com/ilri/rmg-ansible-public">Ansible playbooks</a> and made some minor improvements</li>
|
||||||
<li>There seems to be an <a href="https://bugs.launchpad.net/ubuntu/+source/nodejs/+bug/1794589">issue with nodejs’s dependencies now</a>, which causes npm to get uninstalled when installing the certbot dependencies (due to a conflict in libssl dependencies)</li>
|
<li>There seems to be an <a href="https://bugs.launchpad.net/ubuntu/+source/nodejs/+bug/1794589">issue with nodejs’s dependencies now</a>, which causes npm to get uninstalled when installing the certbot dependencies (due to a conflict in libssl dependencies)</li>
|
||||||
<li>I re-worked the playbooks to use Node.js from the upstream official repository for now</li>
|
<li>I re-worked the playbooks to use Node.js from the upstream official repository for now</li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
|
<li>Create and merge pull request for the AGROVOC controlled list (<a href="https://github.com/ilri/DSpace/pull/415">#415</a>)
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Run all system updates on CGSpace (linode18) and re-deploy the <code>5_x-prod</code> branch and reboot the server</li>
|
||||||
|
</ul></li>
|
||||||
|
<li>Re-sync DSpace Test with a fresh database snapshot and assetstore from CGSpace</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<!-- vim: set sw=2 ts=2: -->
|
<!-- vim: set sw=2 ts=2: -->
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2019-03/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2019-03/</loc>
|
||||||
<lastmod>2019-03-15T15:29:11+02:00</lastmod>
|
<lastmod>2019-03-17T17:43:06+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
@ -214,7 +214,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||||
<lastmod>2019-03-15T15:29:11+02:00</lastmod>
|
<lastmod>2019-03-17T17:43:06+02:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
@ -225,7 +225,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||||
<lastmod>2019-03-15T15:29:11+02:00</lastmod>
|
<lastmod>2019-03-17T17:43:06+02:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
@ -237,13 +237,13 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||||
<lastmod>2019-03-15T15:29:11+02:00</lastmod>
|
<lastmod>2019-03-17T17:43:06+02:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||||
<lastmod>2019-03-15T15:29:11+02:00</lastmod>
|
<lastmod>2019-03-17T17:43:06+02:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user