Skip to content

Fix exclude paramter #512

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

Merged
merged 5 commits into from
Feb 25, 2025
Merged

Fix exclude paramter #512

merged 5 commits into from
Feb 25, 2025

Conversation

M0ses
Copy link
Collaborator

@M0ses M0ses commented Feb 19, 2025

No description provided.

@@ -17,7 +17,7 @@
except:
from StringIO import StringIO

METADATA_PATTERN = re.compile(r'.*/\.(bzr|git|hg|svn)(\/.*|$)')
METADATA_PATTERN = re.compile(r'^.*/\.(bzr|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.

@M0ses M0ses force-pushed the fix_exclude_paramter branch from 8d1d109 to 5678936 Compare February 19, 2025 16:59
* both tools getting obsolete
* hg tests are horrible slow
* bzr is no longer in Factory
* package 'python3-six' is required for running test-suite
* enable hg testing when generating a new development VM
* increase vcpus from 2 to 4
* remove bzr from package list to install because it got dropped in
  Factory
* remove python 3.7
* add python 3.13
@M0ses M0ses force-pushed the fix_exclude_paramter branch from 5678936 to 0e6b8c9 Compare February 20, 2025 14:23
* add note to parameter `package-meta`
@M0ses M0ses merged commit b492516 into openSUSE:master Feb 25, 2025
7 checks passed
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.

3 participants