Add notes for 2016-01-28

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2016-01-28 19:58:14 +02:00
parent 74580d29bf
commit ffb8c97a53
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -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 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