Describe the bug
osc release silently fails when given only a project instead of releasing all packages. It works when specifying exactly one package. According to the manpage, I was under the impression that package is optional.
This could of course be a backend issue as well, but osc still shouldn't fail silently.
Versions
- Operating system: openSUSE Tumbleweed
- Packages: osc-1.23.0-1.1.noarch
To Reproduce
osc release --no-delay PROJECT; echo $?
- No error, return code 0.
Expected behavior
I would expect that all packages from the given project are released into the project's target.
Additional context
I can debug the backend if necessary (it's a private instance).
Describe the bug
osc releasesilently fails when given only a project instead of releasing all packages. It works when specifying exactly one package. According to the manpage, I was under the impression that package is optional.This could of course be a backend issue as well, but
oscstill shouldn't fail silently.Versions
To Reproduce
osc release --no-delay PROJECT; echo $?Expected behavior
I would expect that all packages from the given project are released into the project's target.
Additional context
I can debug the backend if necessary (it's a private instance).