You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fetching Build Source]
SOURCE_DIR=/home/anaconda/source
ls -al /source.tar.bz2
-rw-r--r-- 1 501 501 121 Jan 12 20:33 /source.tar.bz2
Extracting Package
tar jxf /source.tar.bz2
[Script]
conda build .
Error: meta.yaml or conda.yaml not found in /home/anaconda/source
command exited with status 1
discarding /home/anaconda/env/bin from PATH
Exit BINSTAR_BUILD_RESULT=failure
Additionally all of this means that we don't support situation when user:
b) copies content of some directory from remote location (e.g. https://github.com/conda/conda-recipes/pywget) to local machine
c) now in directory he has already working recipe
d) he just add .binstar.yml file to build this recipe on AS
The basic example presented in current documentation http://docs.anaconda.org/build.html#SubmitABuild
simply doesn't work. Result:
Full result is available here:
https://anaconda.org/mutirri/tstpkg/builds/1/0
Info:
Additionally all of this means that we don't support situation when user:
b) copies content of some directory from remote location (e.g. https://github.com/conda/conda-recipes/pywget) to local machine
c) now in directory he has already working recipe
d) he just add
.binstar.yml
file to build this recipe on ASAnd this fails. Sample result:
https://anaconda.org/mutirri/pywget/builds/1/0
The text was updated successfully, but these errors were encountered: