-
Notifications
You must be signed in to change notification settings - Fork 20
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
make update manager work with overlays #770
Conversation
Skipping CI for Draft Pull Request. |
d10588c
to
407e373
Compare
47e8a70
to
30d5a1f
Compare
kebechet/managers/update/messages.py
Outdated
@@ -156,8 +156,7 @@ | |||
|
|||
Make sure your `Pipfile` or `requirements.in` or `requirements-dev.in` is placed in the root of your Git repository. | |||
|
|||
/kind feature | |||
/priority important-soon | |||
/kind feature /priority important-soon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this needs to be on two different lines or they will all be considered /kind I think
kebechet/managers/update/update.py
Outdated
comment=ISSUE_CLOSE_COMMENT.format(sha=self.sha), | ||
) | ||
with cwd(thoth_config.get_overlays_directory(e)): | ||
print(os.getcwd()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
print?
30d5a1f
to
463c9b1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! 💯 👏🏼
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
thanks 👍
best repo could be the |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: harshad16, pacospace The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Related Issues and Dependencies
#715
This introduces a breaking change
I need to test this on jupyternb-requirements or some repo with overlays to see if the feature is working. It is still working on flat repos though.