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

AppVeyor API URL #106

Merged
merged 1 commit into from
Mar 30, 2016
Merged

AppVeyor API URL #106

merged 1 commit into from
Mar 30, 2016

Conversation

ocefpaf
Copy link
Member

@ocefpaf ocefpaf commented Mar 29, 2016

Hopefully this will solve conda-forge/staged-recipes#221

Ping @jakirkham

@@ -108,6 +108,8 @@ def appveyor_encrypt_binstar_token(feedstock_directory, user, project):
def appveyor_configure(user, project):
"""Configure appveyor so that it skips building if there is no appveyor.yml present."""
headers = {'Authorization': 'Bearer {}'.format(appveyor_token)}
# I have reasons to believe this is all AppVeyor is doing to the API URL.
project = project.replace('_', '-')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds believable from what I have seen too.

@jakirkham
Copy link
Member

LGTM

@pelson pelson merged commit 3975c6d into conda-forge:master Mar 30, 2016
@ocefpaf ocefpaf deleted the underscore branch March 30, 2016 11:11
@jakirkham
Copy link
Member

Any chance we could get this as v0.7.2?

@pelson
Copy link
Member

pelson commented Mar 31, 2016

Done. Thanks for nudging @jakirkham

@jakirkham
Copy link
Member

Awesome! Thanks, @pelson.

@jakirkham
Copy link
Member

Fixes conda-forge/staged-recipes#221

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

Successfully merging this pull request may close these issues.

3 participants