More flexible handling of `upload_repo`
See original GitHub issueI have some problems with running the new upload handling in ConanMultiPackager
using our private conan registry.
First problem, I already have a conan remote
entry with the same address as the one specified in the upload
parameter. Which then gives the following error:
ERROR: Remote 'foo' already exists with same URL
Maybe the upload
parameter should be able to specify an existing remote entry if the build environment already has this set up?
If I remove this entry this entry before running the builder I can upload the package. But, if I run the build script a second time the packager.py
tries to add the upload_repo
again, even though it already exist.
ERROR: Remote 'upload_repo' already exists in remotes (use update to modify)
I do not see where this is removed from the list of remotes?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:35 (17 by maintainers)
Top Results From Across the Web
They all shall pass: a guide to handling large file uploads
Possible solutions: 1) Configure maximum upload file size and memory limits for your server. 2) Upload large files in chunks. 3) Apply resumable ......
Read more >About large files on GitHub
We try to be flexible, especially with large projects that have many collaborators, and will work with you to find a resolution whenever...
Read more >How to handle big repositories with Git
Solution for big folder trees: git sparse-checkout · Clone the full repository once: 'git clone' · Activate the feature: 'git config core.sparsecheckout true' ......
Read more >Agit-Flow and git-repo
The distributed nature of Git makes it possible for a project to have a more flexible workflow. Not only core members but also...
Read more >Allowing external users to securely and directly upload files ...
Organizations are often required to store files, images, and other digital assets in a repository. In many cases, the source of these files ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think it’s still doing it https://travis-ci.org/dimi309/conan-packages/jobs/244790536
I can test tonight.