conda-forge / tectonic-feedstock

A conda-smithy repository for tectonic.
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

update pins #2

Closed ocefpaf closed 7 years ago

conda-forge-linter commented 7 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

ocefpaf commented 7 years ago

@pkgw I am not sure what that error means :confused:

pkgw commented 7 years ago

@ocefpaf Hmm, I'm not sure. I think it's related to this line of output from conda-build:

Warning: Unrecognized source format. Source file will be copied to the SRC_DIR

But the source format hasn't changed. So my guess is that it's a transient failure — can you retry the build? I don't seem to have permissions to do so.

Alternately, maybe conda-build somehow got less clever about unpacking source tarballs. I note that the download doesn't have a filename extension. But, again, this used to work ...

ocefpaf commented 7 years ago

I don't seem to have permissions to do so.

That is odd. You should have.

Alternately, maybe conda-build somehow got less clever about unpacking source tarballs. I note that the download doesn't have a filename extension. But, again, this used to work ...

I removed the fn and that forces conda to use from the URL. So I guess that was it, we need to be explicit in this case and give conda an output name.

pkgw commented 7 years ago

Ah, I should have actually looked at the diffs. I bet the fn change is the cause, yes.

On my side, it looks like the CircleCI login on my browser was messed up. I fixed that and now I have the standard set of controls.

pkgw commented 7 years ago

Whoops, I never merged this, but now it is superseded by #3. Thanks @ocefpaf!

ocefpaf commented 7 years ago

Thanks! Looking forward to try latest tectonic!