2018-06-05 06:31:29 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no" >
< meta property = "og:title" content = "June, 2018" / >
< meta property = "og:description" content = "2018-06-04
Test the DSpace 5.8 module upgrades from Atmire (#378)
There seems to be a problem with the CUA and L& R versions in pom.xml because they are using SNAPSHOT and it doesn’ t build
I added the new CCAFS Phase II Project Tag PII-FP1_PACCA2 and merged it into the 5_x-prod branch (#379)
I proofed and tested the ILRI author corrections that Peter sent back to me this week:
$ ./fix-metadata-values.py -i /tmp/2018-05-30-Correct-660-authors.csv -db dspace -u dspace -p ' fuuu' -f dc.contributor.author -t correct -m 3 -n
I think a sane proofing workflow in OpenRefine is to apply the custom text facets for check/delete/remove and illegal characters that I developed in March, 2018
2018-06-06 08:05:37 +02:00
Time to index ~70,000 items on CGSpace:
$ time schedtool -D -e ionice -c2 -n7 nice -n19 [dspace]/bin/dspace index-discovery -b
real 74m42.646s
user 8m5.056s
sys 2m7.289s
2018-06-05 06:31:29 +02:00
" />
< meta property = "og:type" content = "article" / >
< meta property = "og:url" content = "https://alanorth.github.io/cgspace-notes/2018-06/" / >
< meta property = "article:published_time" content = "2018-06-04T19:49:54-07:00" / >
2018-06-06 19:39:48 +02:00
< meta property = "article:modified_time" content = "2018-06-05T23:05:37-07:00" / >
2018-06-05 06:31:29 +02:00
< meta name = "twitter:card" content = "summary" / >
< meta name = "twitter:title" content = "June, 2018" / >
< meta name = "twitter:description" content = "2018-06-04
Test the DSpace 5.8 module upgrades from Atmire (#378)
There seems to be a problem with the CUA and L& R versions in pom.xml because they are using SNAPSHOT and it doesn’ t build
I added the new CCAFS Phase II Project Tag PII-FP1_PACCA2 and merged it into the 5_x-prod branch (#379)
I proofed and tested the ILRI author corrections that Peter sent back to me this week:
$ ./fix-metadata-values.py -i /tmp/2018-05-30-Correct-660-authors.csv -db dspace -u dspace -p ' fuuu' -f dc.contributor.author -t correct -m 3 -n
I think a sane proofing workflow in OpenRefine is to apply the custom text facets for check/delete/remove and illegal characters that I developed in March, 2018
2018-06-06 08:05:37 +02:00
Time to index ~70,000 items on CGSpace:
$ time schedtool -D -e ionice -c2 -n7 nice -n19 [dspace]/bin/dspace index-discovery -b
real 74m42.646s
user 8m5.056s
sys 2m7.289s
2018-06-05 06:31:29 +02:00
"/>
< meta name = "generator" content = "Hugo 0.40.3" / >
< script type = "application/ld+json" >
{
"@context": "http://schema.org",
"@type": "BlogPosting",
"headline": "June, 2018",
"url": "https://alanorth.github.io/cgspace-notes/2018-06/",
2018-06-06 19:39:48 +02:00
"wordCount": "186",
2018-06-05 06:31:29 +02:00
"datePublished": "2018-06-04T19:49:54-07:00",
2018-06-06 19:39:48 +02:00
"dateModified": "2018-06-05T23:05:37-07:00",
2018-06-05 06:31:29 +02:00
"author": {
"@type": "Person",
"name": "Alan Orth"
},
"keywords": "Notes"
}
< / script >
< link rel = "canonical" href = "https://alanorth.github.io/cgspace-notes/2018-06/" >
< title > June, 2018 | CGSpace Notes< / title >
<!-- combined, minified CSS -->
< link href = "https://alanorth.github.io/cgspace-notes/css/style.css" rel = "stylesheet" integrity = "sha384-ZwlQQbzhEPf3PrXZ3h/XKT/4UHafQ/TYI72AL+7WOJ8D6JmpGC8JMMse6xX7cyeI" crossorigin = "anonymous" >
< / head >
< body >
< div class = "blog-masthead" >
< div class = "container" >
< nav class = "nav blog-nav" >
< a class = "nav-link " href = "https://alanorth.github.io/cgspace-notes/" > Home< / a >
< / nav >
< / div >
< / div >
< header class = "blog-header" >
< div class = "container" >
< h1 class = "blog-title" > < a href = "https://alanorth.github.io/cgspace-notes/" rel = "home" > CGSpace Notes< / a > < / h1 >
< p class = "lead blog-description" > Documenting day-to-day work on the < a href = "https://cgspace.cgiar.org" > CGSpace< / a > repository.< / p >
< / div >
< / header >
< div class = "container" >
< div class = "row" >
< div class = "col-sm-8 blog-main" >
< article class = "blog-post" >
< header >
< h2 class = "blog-post-title" > < a href = "https://alanorth.github.io/cgspace-notes/2018-06/" > June, 2018< / a > < / h2 >
< p class = "blog-post-meta" > < time datetime = "2018-06-04T19:49:54-07:00" > Mon Jun 04, 2018< / time > by Alan Orth in
< i class = "fa fa-tag" aria-hidden = "true" > < / i > < a href = "/cgspace-notes/tags/notes" rel = "tag" > Notes< / a >
< / p >
< / header >
< h2 id = "2018-06-04" > 2018-06-04< / h2 >
< ul >
< li > Test the < a href = "https://tracker.atmire.com/tickets-cgiar-ilri/view-ticket?id=560" > DSpace 5.8 module upgrades from Atmire< / a > (< a href = "https://github.com/ilri/DSpace/pull/378" > #378< / a > )
< ul >
< li > There seems to be a problem with the CUA and L& R versions in < code > pom.xml< / code > because they are using SNAPSHOT and it doesn’ t build< / li >
< / ul > < / li >
< li > I added the new CCAFS Phase II Project Tag < code > PII-FP1_PACCA2< / code > and merged it into the < code > 5_x-prod< / code > branch (< a href = "https://github.com/ilri/DSpace/pull/379" > #379< / a > )< / li >
< li > I proofed and tested the ILRI author corrections that Peter sent back to me this week:< / li >
< / ul >
< pre > < code > $ ./fix-metadata-values.py -i /tmp/2018-05-30-Correct-660-authors.csv -db dspace -u dspace -p 'fuuu' -f dc.contributor.author -t correct -m 3 -n
< / code > < / pre >
< ul >
< li > I think a sane proofing workflow in OpenRefine is to apply the custom text facets for check/delete/remove and illegal characters that I developed in < a href = "/cgspace-notes/2018-03/" > March, 2018< / a > < / li >
2018-06-06 08:05:37 +02:00
< li > Time to index ~70,000 items on CGSpace:< / li >
2018-06-05 06:31:29 +02:00
< / ul >
2018-06-06 08:05:37 +02:00
< pre > < code > $ time schedtool -D -e ionice -c2 -n7 nice -n19 [dspace]/bin/dspace index-discovery -b
real 74m42.646s
user 8m5.056s
sys 2m7.289s
< / code > < / pre >
2018-06-05 06:31:29 +02:00
< p > < / p >
2018-06-06 19:39:48 +02:00
< h2 id = "2018-06-06" > 2018-06-06< / h2 >
< ul >
< li > It turns out that I needed to add a server block for < code > atmire.com-snapshots< / code > to my Maven settings, so now the Atmire code builds< / li >
< li > Now Maven and Ant run properly, but I’ m getting SQL migration errors in < code > dspace.log< / code > after starting Tomcat< / li >
< li > I’ ve updated my ticket on Atmire’ s bug tracker: < a href = "https://tracker.atmire.com/tickets-cgiar-ilri/view-ticket?id=560" > https://tracker.atmire.com/tickets-cgiar-ilri/view-ticket?id=560< / a > < / li >
< / ul >
2018-06-05 06:31:29 +02:00
< / article >
< / div > <!-- /.blog - main -->
< aside class = "col-sm-3 ml-auto blog-sidebar" >
< section class = "sidebar-module" >
< h4 > Recent Posts< / h4 >
< ol class = "list-unstyled" >
< li > < a href = "/cgspace-notes/2018-06/" > June, 2018< / a > < / li >
< li > < a href = "/cgspace-notes/2018-05/" > May, 2018< / a > < / li >
< li > < a href = "/cgspace-notes/2018-04/" > April, 2018< / a > < / li >
< li > < a href = "/cgspace-notes/2018-03/" > March, 2018< / a > < / li >
< li > < a href = "/cgspace-notes/2018-02/" > February, 2018< / a > < / li >
< / ol >
< / section >
< section class = "sidebar-module" >
< h4 > Links< / h4 >
< ol class = "list-unstyled" >
< li > < a href = "https://cgspace.cgiar.org" > CGSpace< / a > < / li >
< li > < a href = "https://dspacetest.cgiar.org" > DSpace Test< / a > < / li >
< li > < a href = "https://github.com/ilri/DSpace" > CGSpace @ GitHub< / a > < / li >
< / ol >
< / section >
< / aside >
< / div > <!-- /.row -->
< / div > <!-- /.container -->
< footer class = "blog-footer" >
< p >
Blog template created by < a href = "https://twitter.com/mdo" > @mdo< / a > , ported to Hugo by < a href = 'https://twitter.com/mralanorth' > @mralanorth< / a > .
< / p >
< p >
< a href = "#" > Back to top< / a >
< / p >
< / footer >
< / body >
< / html >