Bradley Kreider
Bradley Kreider
The `info/has_prefix` mention was a good clue. I read the code wrong and thought that only things with `bin/python` were getting the placeholder expanded. I didn't realize that any file...
So that is the document i was just made aware of. The reason that document doesn't help me is that I don't want to make packages by hand/scratch, but I...
Here is an example of a function I use in wakari to fix node binaries: ``` # Make env safe - fix shbang lines # $1 name of app #...
@jakirkham I haven't tried doing it the right way in 2 years, but i think part of the problem is that nodejs programs (I'm not a nodejs developer) have the...
I think the recipes in wakari-recipes repo. aen-gateway is a pure javascript app as well.
Sorry, you are right. I posted the coffee-script conda recipe above. Here it is. I haven't built this in a very long time though, so i hope it still works:...
Why use anaconda-client at all in CI/CD? You can create a token (this is what login does but with a temporary token) and store that as a secret in an...
Is this for uploading the artifact? You can pass the environment variable containing the token, directly on the command-line. Note the -t $token must come before the upload command (no...
I think the issue here is the way these things are abstracted at the Repo level. I'm fuzzy on this and perhaps the code has changed, but I think these...
You are completely correct. This is a duplicate 501 and 516 (and possibly a few others). I don't think you want to have the security log filled with log spam...