Learn more about these different git repos.
Other Git URLs
https://github.com/rpm-software-management/ci-dnf-stack/issues/147
When we are doing fedpkg sources it prints 1km logs for downloading which is not good for readability.
Downloading libcomps-0.1.7.tar.gz 0.3% 0.3% 0.7% 0.7% 1.2% 1.2% # 1.4% # 1.4% # 1.5% # 1.5%
I guess fix should be like:
if sys.stdout.isatty(): print("\r....")
in the https://pagure.io/rpkg/blob/master/f/src/pyrpkg/lookaside.py#_71
Fix in #67
PR #67 has been merged. Close this issue.
Log in to comment on this ticket.