Hi Georg, Overall it looks good. One trivial thing, you're utilizing a deprecated api call to get the InputStream from the node, it should be .getBinary().getStream(); rather than .getStream()
I haven't encountered your particular scenario before, but if need be, you can cancel this vote. Reset the head on the repository and go through the process again to deploy. - Jason On Thu, Oct 11, 2018, at 1:46 PM, Georg Henzler wrote: > Bugger, my bad! > > I explicitly deleted the two files [1] directly in nexus staging repo > before closing when comparing to the other currently open staging repo > [2] that doesn't have those either. > > I have the files locally, what's the easiest way to proceed? (it does > not look like I can just open the repo, add them and close it again...) > > -Georg > > [1] > org.apache.sling.installer.provider.installhook-1.0.0-source-release.zip > org.apache.sling.installer.provider.installhook-1.0.0-source-release.zip.asc > > [2] > https://repository.apache.org/content/repositories/orgapachesling-1981/org/apache/sling/org.apache.sling.cms.api/0.10.0/ > > On 2018-10-11 18:00, Konrad Windszus wrote: > > I do: > > https://repository.apache.org/content/repositories/orgapachesling-1992/org/apache/sling/org.apache.sling.installer.provider.installhook/1.0.0/org.apache.sling.installer.provider.installhook-1.0.0-sources.jar > > <https://repository.apache.org/content/repositories/orgapachesling-1992/org/apache/sling/org.apache.sling.installer.provider.installhook/1.0.0/org.apache.sling.installer.provider.installhook-1.0.0-sources.jar> > > :-) > > Also I ran the check script without issues. Maybe a temporary issue > > with Nexus? > > > >> On 11. Oct 2018, at 16:38, Robert Munteanu <[email protected]> wrote: > >> > >> Hi Georg, > >> > >> On Wed, 2018-10-10 at 21:38 +0200, Georg Henzler wrote: > >>> Staging repository: > >>> > >> https://repository.apache.org/content/repositories/orgapachesling-1992 > >> > >> I don't see a source release at [1], and the check script seems to > >> agree. > >> > >> Robert > >> > >> [1]: > >> https://repository.apache.org/content/repositories/orgapachesling-1992/org/apache/sling/org.apache.sling.installer.provider.installhook/1.0.0/ > >>
