Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up0.18.0 with --packages is broken #407
Closed
Labels
Comments
ruebot
added a commit
to archivesunleashed/docker-aut
that referenced
this issue
Jan 17, 2020
- Adds work around for au shaded tika issue - Update Spark to 2.4.4 - Update to aut-0.18.1 - README updates - See also: archivesunleashed/aut#407 - See also: https://github.com/archivesunleashed/aut/releases/tag/aut-0.18.1
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ruebot commentedJan 17, 2020
•
edited
Looks like any of our releases previous to this commit are going to have broken
--packages
builds because of Maven Central moving to HTTPS.It also came up over in archivesunleashed/docker-aut#19.
I could create a branch from the commit after the 0.18.0 release tag (4313174), and backport the above commit to it. We can update docker-aut to use a 0.18.1 release, and anybody needing to us
aut
with--packages
will have something working until we do our next release. That sound reasonable @lintool @ianmilligan1? If so, I'll just take care of it all later today.