Update notes for 2019-06-23

This commit is contained in:
Alan Orth 2019-06-23 17:38:23 +03:00
parent 3eaa89b990
commit ea668dc843
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 12 additions and 5 deletions

View File

@ -108,5 +108,12 @@ $ csvcut -c name -l 2019-06-10-subjects-matched.txt | sed 's/line_number/id/' >
- Continue work on reviewing CG Core v2 standard and its implications to CGSpace an DSpace platforms in general - Continue work on reviewing CG Core v2 standard and its implications to CGSpace an DSpace platforms in general
- Update my [list of fields to migrate](https://gist.github.com/alanorth/2db39e91f48d116e00a4edffd6ba6409) - Update my [list of fields to migrate](https://gist.github.com/alanorth/2db39e91f48d116e00a4edffd6ba6409)
- Submit an [issue with my feedback to the CG Core project](https://github.com/AgriculturalSemantics/cg-core/issues/2) - Submit an [issue with my feedback to the CG Core project](https://github.com/AgriculturalSemantics/cg-core/issues/2)
- Update my local PostgreSQL container:
```
$ podman pull docker.io/library/postgres:9.6-alpine
$ podman rm dspacedb
$ podman run --name dspacedb -v dspacedb_data:/var/lib/postgresql/data -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres:9.6-alpine
```
<!-- vim: set sw=2 ts=2: --> <!-- vim: set sw=2 ts=2: -->

View File

@ -4,30 +4,30 @@
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/</loc> <loc>https://alanorth.github.io/cgspace-notes/</loc>
<lastmod>2019-06-20T15:08:42+03:00</lastmod> <lastmod>2019-06-23T13:39:14+03:00</lastmod>
<priority>0</priority> <priority>0</priority>
</url> </url>
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/2019-05/</loc> <loc>https://alanorth.github.io/cgspace-notes/2019-05/</loc>
<lastmod>2019-06-20T15:08:42+03:00</lastmod> <lastmod>2019-06-23T13:39:14+03:00</lastmod>
</url> </url>
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc> <loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
<lastmod>2019-06-20T15:08:42+03:00</lastmod> <lastmod>2019-06-23T13:39:14+03:00</lastmod>
<priority>0</priority> <priority>0</priority>
</url> </url>
<url> <url>
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc> <loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
<lastmod>2019-06-20T15:08:42+03:00</lastmod> <lastmod>2019-06-23T13:39:14+03: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-06-20T15:08:42+03:00</lastmod> <lastmod>2019-06-23T13:39:14+03:00</lastmod>
<priority>0</priority> <priority>0</priority>
</url> </url>