mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 22:55:04 +01:00
Add notes for 2016-01-28
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
74580d29bf
commit
ffb8c97a53
@ -48,3 +48,13 @@ image = "../images/bg.jpg"
|
|||||||
|
|
||||||
- Run nginx updates on CGSpace and DSpace Test ([1.8.1 and 1.9.10, respectively](http://mailman.nginx.org/pipermail/nginx/2016-January/049700.html))
|
- Run nginx updates on CGSpace and DSpace Test ([1.8.1 and 1.9.10, respectively](http://mailman.nginx.org/pipermail/nginx/2016-January/049700.html))
|
||||||
- Run updates on DSpace Test and reboot for new Linode kernel `Linux 4.4.0-x86_64-linode63` (first update in months)
|
- Run updates on DSpace Test and reboot for new Linode kernel `Linux 4.4.0-x86_64-linode63` (first update in months)
|
||||||
|
|
||||||
|
## 2016-01-28
|
||||||
|
|
||||||
|
- Start looking at importing some Bioversity data that had been prepared earlier this week
|
||||||
|
- While checking the data I noticed something strange, there are 79 items but only 8 unique PDFs:
|
||||||
|
|
||||||
|
$ ls SimpleArchiveForBio/ | wc -l
|
||||||
|
79
|
||||||
|
$ find SimpleArchiveForBio/ -iname "*.pdf" -exec basename {} \; | sort -u | wc -l
|
||||||
|
8
|
||||||
|
Loading…
Reference in New Issue
Block a user