mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-16 11:57:03 +01:00
Update notes for 2019-06-23
This commit is contained in:
parent
3eaa89b990
commit
ea668dc843
@ -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
|
||||
- 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)
|
||||
- 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: -->
|
||||
|
@ -4,30 +4,30 @@
|
||||
|
||||
<url>
|
||||
<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>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
<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>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<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>
|
||||
</url>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user