Sebastian Schuberth
Sebastian Schuberth
Please see https://oss-review-toolkit.org/ort/docs/guides/docker#authenticating-with-a-private-git-repository-fails which describes the solution based on a `.netrc` file. You basically need the same, but with a Maven `settings.xml` file mounted to `~/.m2/settings.xml` inside the container.
> status code: 401, reason phrase: (401) and 'parent.relativePath' points at no local POM @ line 19, column 13 In this specific case from @BinchenQ it seems like the parent...
@bennati, can you please try again with the current `main` of ORT, as recently several Cargo improvements were merged?
I had some problems reproducing the issue with your provided data, something was missing IIRC. Could you set up an example repository that works out of the box?
@tsteenbe can we please move forward with this? Or should some one take over?
@etsija and @mmurto, as the front-end guys, would you have some time for sharing your thoughts on these changes as well?
Looks like you need to adapt the expected size of the report again: > 1588022 should be in range 1556000..1586000
> style(web-app-template): Fix JSON indentation That commit still does more than just changing indentation: It also changes formatting in general / the nesting style of JSON arrays / objects. For...
> do a _one-time_ conversion of the SPDX grammar @mnonnenmacher, would that approach work for you?
> Have you considered creating an entirely separate JS library? Yes. We at Double Open are in parallel also looking into creating a separate library. However, I believe there's value...