regro / rever

Releaser of Versions
https://regro.github.io/rever-docs/
BSD 3-Clause "New" or "Revised" License
75 stars 33 forks source link

conda_forge activity doesn't check for conda-smithy #171

Closed djsutherland closed 5 years ago

djsutherland commented 5 years ago

Just did this in a conda install where I didn't have conda-smithy, and got:

Rerendering the feedstock

CommandNotFoundError: No command 'conda smithy'.

Counting objects: 4, done.
Delta compression using up to 12 threads.

and it happily proceeded and opened the PR (https://github.com/conda-forge/arxiv-collector-feedstock/pull/1).

It should probably instead ask the bot to rerender in the PR if you don't have conda-smithy installed. :)

scopatz commented 5 years ago

Good point! This is now fixed in https://github.com/regro/rever/pull/174