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.

Is there a way to specify a custom user/channel to upload packages to?

See original GitHub issue

Great work on these tools. They really help deploying packages.

I would like to deploy packages to my own channel using conda-smithy rendered recipes.

currently I have to change the line that has the command upload_or_check_non_existance after I rerender my recipe. Is this necessary? is there a flag I can set in conda-forge.yml to specify my user?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
isurufcommented, Jun 11, 2018

Add the following to conda-forge.yml and rerender.

channels:
  sources: [mychannel, conda-forge, defaults]
  targets:
    - [mychannel, mylabel]

sources line is necessary only if you want to pull in packages from your channel for the building of the package.

1reaction
isurufcommented, Jun 14, 2020
Read more comments on GitHub >

github_iconTop Results From Across the Web

Creating custom channels - Conda
If you do not wish to upload your packages to the Internet, you can build a custom repository served either through a web...
Read more >
1.2.12. Uploading and Maintaining Custom Packages
The Proxy-Satellite combination requires custom packages and channels to be uploaded to the Satellite only. From there, the Proxy servers obtain the ......
Read more >
Custom Channels :: SUSE Manager Documentation
Assign your new repository to your custom channel by navigating to Software Manage Channels, clicking the name of your newly created custom channel,...
Read more >
Uploading private packages to custom channels #167 - GitHub
Upload a new private package package_project only to a custom channel named channel_project. Generate a token named token_author that has ...
Read more >
Choose an upload method - YouTube Help - Google Support
If you have many assets to deliver, you'll want to upload them to YouTube in bulk by using the Package Uploader, which you...
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