Michael Hadley
Michael Hadley
Hi @memsharded, Authentication for developers is just HTTPS (username/password) and/or public/private SSH keys uploaded to Gitlab. All developers really do is git clone, do some local work, and push to...
Another recent issue we're facing, is that we have an infrastructure bash script (stored in each project) for dynamically creating the versioning for some software. Requires Git as part of...
@memsharded OK so we kept the SSH authentication really simple. Basically for downstream projects to fetch our packages, they must have an SSH key associated with the GitLab instance to...
Maybe in the user guide for migrating to Conan 2.0, it's worth noting Git authentication is not part of the Conan tools? Possibly some hints for what people might have...
> Just a note that I use the `dunamai` pip package for this purpose. This is the library used by `poetry` to dynamically get version information from git tags. @jsallay...
@jsallay Actually you make a good point. Moved the URL logic into the `export()`. Makes sense. Updated example. We use the Conan `build` command for local development and the Conan...
Sorry @memsharded meant to refer to yourself. Yes I am happy with this and sure, move it to "docs". Thanks again