We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
osc getbinaries unnecessarily percent-escapes the + character in its log output, making the filenames hardly readable.
osc getbinaries
+
Observed:
> osc getbinaries -d /tmp/x standard x86_64 _buildenv _statistics kpartx-0.10.0%2B106%2Bsuse.ffbdb7a-150700.3.1.x86_64.rpm libdmmp-devel-0.10.0%2B106%2Bsuse.ffbdb7a-150700.3.1.x86_64.rpm libdmmp0_2_0-0.10.0%2B106%2Bsuse.ffbdb7a-150700.3.1.x86_64.rpm libmpath0-0.10.0%2B106%2Bsuse.ffbdb7a-150700.3.1.x86_64.rpm multipath-tools-0.10.0%2B106%2Bsuse.ffbdb7a-150700.3.1.x86_64.rpm multipath-tools-devel-0.10.0%2B106%2Bsuse.ffbdb7a-150700.3.1.x86_64.rpm rpmlint.log
Expected:
> osc getbinaries -d /tmp/x standard x86_64 _buildenv _statistics kpartx-0.10.0+106+suse.ffbdb7a-150700.3.1.x86_64.rpm libdmmp-devel-0.10.0+106+suse.ffbdb7a-150700.3.1.x86_64.rpm libmpath0-0.10.0+106+suse.ffbdb7a-150700.3.1.x86_64.rpm multipath-tools-0.10.0+106+suse.ffbdb7a-150700.3.1.x86_64.rpm multipath-tools-devel-0.10.0+106+suse.ffbdb7a-150700.3.1.x86_64.rpm rpmlint.log
The actual file names are correct, they're just logged by "getbinaries" in this way. osc ls -b also prints correct file names.
osc ls -b
> osc ls -b -r standard -a x86_64 _buildenv _statistics kpartx-0.10.0+106+suse.ffbdb7a-150700.3.1.x86_64.rpm kpartx-debuginfo-0.10.0+106+suse.ffbdb7a-150700.3.1.x86_64.rpm libdmmp-devel-0.10.0+106+suse.ffbdb7a-150700.3.1.x86_64.rpm libdmmp0_2_0-0.10.0+106+suse.ffbdb7a-150700.3.1.x86_64.rpm libdmmp0_2_0-debuginfo-0.10.0+106+suse.ffbdb7a-150700.3.1.x86_64.rpm libmpath0-0.10.0+106+suse.ffbdb7a-150700.3.1.x86_64.rpm libmpath0-debuginfo-0.10.0+106+suse.ffbdb7a-150700.3.1.x86_64.rpm multipath-tools-0.10.0+106+suse.ffbdb7a-150700.3.1.src.rpm multipath-tools-0.10.0+106+suse.ffbdb7a-150700.3.1.x86_64.rpm multipath-tools-debuginfo-0.10.0+106+suse.ffbdb7a-150700.3.1.x86_64.rpm multipath-tools-debugsource-0.10.0+106+suse.ffbdb7a-150700.3.1.x86_64.rpm multipath-tools-devel-0.10.0+106+suse.ffbdb7a-150700.3.1.x86_64.rpm
Versions
Steps to reproduce the behavior: Should happen with any package using + in the version number. Examples are multipath-tools and dracut.
Expected behavior See above
The text was updated successfully, but these errors were encountered:
@mwilck the linked PR fixes this and there's also a bonus! (Let me know how you like the disappearing progressbar after the download completes)
Sorry, something went wrong.
Thanks! I don't care too much about the progress bar.
Successfully merging a pull request may close this issue.
osc getbinaries
unnecessarily percent-escapes the+
character in its log output, making the filenames hardly readable.Observed:
Expected:
The actual file names are correct, they're just logged by "getbinaries" in this way.
osc ls -b
also prints correct file names.Versions
Steps to reproduce the behavior:
Should happen with any package using
+
in the version number.Examples are multipath-tools and dracut.
Expected behavior
See above
The text was updated successfully, but these errors were encountered: