question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

More flexible handling of `upload_repo`

See original GitHub issue

I 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_repoagain, 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:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:35 (17 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Jun 20, 2017
1reaction
ghostcommented, Jun 20, 2017

I can test tonight.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found