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

Remove support for Bazaar (bzr) #505

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mcepl
Copy link
Contributor

@mcepl mcepl commented Dec 6, 2024

There is just no other way how to see it: Bazaar is now truly dead (including its fork Breezy), and even launchpad.net seems to be non-functional. There is no reason for us to support this.

There is just no other way how to see it: Bazaar is now truly
dead (including its fork Breezy [1]), and even launchpad.net
seems to be non-functional. There is no reason for us to support
this.

[1] https://github.com/breezy-team/breezy/commits/master/
@@ -17,7 +17,7 @@
except:
from StringIO import StringIO

METADATA_PATTERN = re.compile(r'.*/\.(bzr|git|hg|svn)(\/.*|$)')
METADATA_PATTERN = re.compile(r'.*/\.(git|hg|svn)(\/.*|$)')

Choose a reason for hiding this comment

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

Black would make changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don’t understand: obs-service-tar_scm should be blackened? Running black . produces a massive, 7298 lines long, patch.

@mcepl
Copy link
Contributor Author

mcepl commented Dec 6, 2024

@adrianschroeter @M0ses please, review.

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