Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working basic example and bad assumptions about git #174

Open
mutirri opened this issue Jan 13, 2016 · 0 comments
Open

Not working basic example and bad assumptions about git #174

mutirri opened this issue Jan 13, 2016 · 0 comments
Assignees

Comments

@mutirri
Copy link
Contributor

mutirri commented Jan 13, 2016

The basic example presented in current documentation http://docs.anaconda.org/build.html#SubmitABuild
simply doesn't work. Result:

[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

Full result is available here:
https://anaconda.org/mutirri/tstpkg/builds/1/0

Info:

[irritum@localhost ~]$ conda list|grep anaconda
anaconda-build            0.13.2                   py27_0    defaults
anaconda-client           1.2.1                    py27_0    defaults

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

package: pywget
script:
- conda build .

And this fails. Sample result:
https://anaconda.org/mutirri/pywget/builds/1/0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants