-
Notifications
You must be signed in to change notification settings - Fork 2
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
ref: reporoot/devenv to reporoot/.devenv #101
base: main
Are you sure you want to change the base?
Conversation
@@ -173,12 +170,8 @@ def main(context: Dict[str, str], argv: Sequence[str] | None = None) -> int: | |||
|
|||
match_tags: set[str] = set(args.tag if args.tag else ()) | |||
|
|||
repo = context["repo"] | |||
if repo not in {"sentry", "getsentry", "devenv"}: |
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.
repo not supported yet is outdated, i've been getting rid of it
last one is removed in #77
won't this create backward/forward incompatibility issues? this needs to be a 3 step (at least) process |
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.
Backward compatible .devenv
support has been added to main. I think we can move forward with updating the tests.
this is so
python -m devenv
can work inside reporoot