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

update prepare_recipe_in_local_feedstock() to copy over recipe from repo to fake feedstock #82

Merged
merged 2 commits into from
Jul 16, 2020

Conversation

muryanto1
Copy link
Member

@muryanto1 muryanto1 commented Jul 16, 2020

updated prepare_recipe_in_local_feedstock_repo() to check if branch starts with "for_release_".
if so, the branch has recipe/meta.yaml.in that has been updated with url and sha256 for the release, and the recipe
can be just copied over to the fake feedstock. (this is only for building non conda-forge package).
This for_release branch does not get merged to the master branch of the project though, just use it for building a release package.
We need to come up with a better way.

also add copying migrations/hdf51106.yaml file from repo dir to fake feedstock, this is needed for building non conda-forge package.

@muryanto1 muryanto1 requested a review from jasonb5 July 16, 2020 20:53
@muryanto1 muryanto1 merged commit a0d0b79 into master Jul 16, 2020
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.

2 participants