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

Fix rebuild updated recipes, refs #2011 #2024

Merged
merged 2 commits into from
Nov 17, 2019

Conversation

opacam
Copy link
Member

@opacam opacam commented Nov 17, 2019

No description provided.

@opacam opacam requested a review from AndreMiras November 17, 2019 12:46
@@ -31,6 +31,7 @@ test:
@if test -n "$$CI"; then .tox/py$(PYTHON_MAJOR_MINOR)/bin/coveralls; fi; \

rebuild_updated_recipes: virtualenv
. $(ACTIVATE) && \
Copy link
Member Author

Choose a reason for hiding this comment

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

It seems that we forgot to activate virtualenv...ahaha...

The two previous PRs should be rebased on top of develop branch once this merged...so we can know for sure that the changes applied there works as expected. The affected PRs are:

Comment on lines +28 to +32
sh.rm(
'-rf',
'src/zope/interface/tests',
'src/zope/interface/common/tests',
)
Copy link
Member Author

Choose a reason for hiding this comment

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

We shorten the line, to be below 79 characters, to force rebuild_updated_recipes script to be triggered.

Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

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

Awesome thanks

@opacam opacam merged commit b27ff0b into kivy:develop Nov 17, 2019
@opacam opacam deleted the hotfix-rebuild-updated-recipes branch November 17, 2019 14:15
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