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

Backport several bugfixes from master to 1.6.x-maint branch #1529

Merged
merged 14 commits into from
Apr 15, 2024

Conversation

dmach
Copy link
Contributor

@dmach dmach commented Apr 8, 2024

No description provided.

adrianschroeter and others added 8 commits April 8, 2024 10:01
It needs to remove the scmsync tag in package meta in that
case (when creating a new package meta based on source).

I didn't that global in replace_pkg_meta() on purpose since
this should be a case by case decision when it makes sense.
We could add this there via an option though.

There is another problem in the api that it delivers
package meta without title/description elements, but
it is not accepting it. This is submitted there
via a seperate pull request.
Makes `osc rpmlint` infer the project and package when working from a
locally checked out package dir, if two or fewer arguments are passed.
All four arguments are still required when called from a location that
is not an osc package working copy.

This makes the behaviour of `osc rpmlint` similar to `osc buildlogtail`.
Add '--no-debug-packages' option that disables the new behavior.
This makes the command consistent with the 'build' command.
@pep8speaks
Copy link

pep8speaks commented Apr 8, 2024

Hello @dmach! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 6653:121: E501 line too long (145 > 120 characters)
Line 6742:121: E501 line too long (149 > 120 characters)
Line 7125:121: E501 line too long (145 > 120 characters)

Line 219:121: E501 line too long (163 > 120 characters)
Line 220:121: E501 line too long (132 > 120 characters)

Comment last updated at 2024-04-12 15:26:56 UTC

@dmach dmach merged commit 493f786 into openSUSE:1.6.x-maint Apr 15, 2024
31 of 33 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.

4 participants