-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question] Problem when uploading sources #3940
Comments
Hi @markusbahn thanks a lot for your question. The logic for the backup sources only triggers if either Let me know if this helps and solves your issue, happy to help if not :) |
Hi @AbrilRBS, thanks for the help! Now it works. I also had to delete the .conan2 folder to trigger the download again. Otherwise conan would use the cached result. |
Reopening so we don't forget to update the docs to better reflect this :) |
Closing as solved back then, forgot to trace it back to the issue, thanks! |
What is your question?
Hi! To build our 3rd party dependencies in our CI/CD pipeline, we need to backup all the sources of our dependencies. I am currently testing the feature (https://docs.conan.io/2/devops/backup_sources/sources_backup.html) with the following minimal conanfile:
conan install . --build=missing -r conan-center-remote
gives me:I've specified in my global.conf the
core.sources:upload_url
(a generic artifactory repository). When performconan upload zlib/1.3
, then I need to specify a remote. When I add a remote, I get the following output:But no sources are uploaded to my generic repository.
conan cache backup-upload zlib/1.3 -c -r debug-conan-stage-dev-local
gives me no output and also no uploaded files.What am I doing wrong?
Best regards,
Markus
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: