Pietro F. Fontana

Results 16 comments of Pietro F. Fontana

I sent by email the networking logs, but I had to remove the file `logs.etl` contained in them, otherwise the archive would be too large (10-20 MB) and it would...

Any update on this? Is there any plan to optimize update before Conan v2? We are using Conan 1.45.0 and running `install --update` does around 700 `REST_API_CALL` according to Conan...

Thanks for the quick response. I attach the trace (without parallel download enabled), let me know what is the best way to provide the dependency graph size if needed. [conan_trace.log](https://github.com/conan-io/conan/files/8991025/conan_trace_clean.log)

Well, I already ran `conan install --update` on the same `conanfile.py` twice before generating that trace, so I was not expecting any download. I just noticed it is downloading the...

I can indeed reproduce it with a single package with almost no dependencies ([conan_trace_single.log](https://github.com/conan-io/conan/files/8992025/conan_trace_single.log)). I guess that poorly implemented recipes should not cause this, maybe our `conanfile.py` is invalidating the...

Here are the traces in the two cases: [conan_trace_artifactory.log](https://github.com/conan-io/conan/files/9000735/conan_trace_artifactory.log) [conan_trace_gitlab.log](https://github.com/conan-io/conan/files/9000736/conan_trace_gitlab.log) This seems to confirm a bug in the GitLab implementation unfortunately. Thank you a lot for your support on the...