Patrick Sodré
Patrick Sodré
@blueyed, with fancycompleter, is it the plan to take over the pypi package as well, or are you going to maintain a fork, e.g. pdbpp-fancycompleter?
@blueyed, thanks for the link! Will the `fancycompleter` packages in pypi also come from pdbpp/fancycompleter from now on?
I am experiencing the same issue @igoooor. The only difference is that I am using digitalocean instead of google.
@Zuiluj, I just ran into this issue as well, and would really want a fix that does not involve me monkey patching :) Any ideas when to release the next...
@tgsmith61591, Would #269 cover your CI/CD needs? It is what conda-forge uses to automatically upload packages to anaconda.org
The problem with docker_build is that it assumes the slaves have access to docker, which in what I have available is not true. For example, we might have Jenkins slaves...
let me look into build_steps.sh.tmpl. I think I can make it work if I make it a little bit more generic.
@conda-forge/staged-recipes this recipe is ready for review. It follows the same pattern used by all other terraform-provider-*-feedstock repos.
@isuruf, I think it would be awesome if we could store the tar-balls directly in anaconda.org under a different channel, e.g. `conda-forge-source` so we don't explode the repodata.json. At the...
We could wrap the tar.gz or source files in conda rather easily, wouldn't that satisfy the requirement? I raised a similar issue to conda-build team about packaging models for Data...