Update notes for 2018-08-21

This commit is contained in:
2018-08-21 14:41:34 +03:00
parent 239e657995
commit 2649fc90d5
3 changed files with 35 additions and 8 deletions

View File

@ -222,4 +222,16 @@ Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)
- Instead, I will archive the current `5_x-prod` DSpace 5.5 branch as `5_x-prod-dspace-5.5` and then hard reset `5_x-prod` based on `5_x-dspace-5.8`
- Unfortunately this will mess up the references in pull requests and issues on GitHub
## 2018-08-21
- Something must have happened, as the `mvn package` *always* takes about two hours now, stopping for a very long time near the end at this step:
```
[INFO] Processing overlay [ id org.dspace.modules:xmlui-mirage2]
```
- It's the same on DSpace Test, my local laptop, and CGSpace...
- It wasn't this way before when I was constantly building the previous 5.8 branch with Atmire patches...
- I will restore the previous `5_x-dspace-5.8` and `atmire-module-upgrades-5.8` branches to see if the build time is different there
<!-- vim: set sw=2 ts=2: -->