1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-25 01:16:14 +01:00

Merge pull request #1242 from andreas-schwab/master

Fix regression in osc rebuild
This commit is contained in:
Daniel Mach 2023-02-01 10:58:38 +01:00 committed by GitHub
commit 76facfa171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7143,6 +7143,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
package_is_optional=True,
repository_is_optional=True,
arch_is_optional=True,
default_project='.',
default_package='.',
)
ensure_no_remaining_args(args)