Information for build retry-1.0.6-3.fc45

ID220149
Package Nameretry
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.0.6
Release3.fc45
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/retry.git#1a44a5f5cc7d022b25913d3b92691d970e5dc551
SummaryRepeat a command until success
DescriptionThe tool repeats the given command until the command is successful, backing off with a configurable delay between each attempt. Retry captures stdin into memory as the data is passed to the repeated command, and this captured stdin is then replayed should the command be repeated. This makes it possible to embed the retry tool into shell pipelines. Retry captures stdout into memory, and if the command was successful stdout is passed on to stdout as normal, while if the command was repeated stdout is passed to stderr instead. This ensures that output is passed to stdout once and once only.
Built byhezhengyu
State complete
Volume DEFAULT
StartedFri, 28 Aug 2026 20:03:54 CST
CompletedFri, 28 Aug 2026 20:55:38 CST
Taskbuild (f45, /rpms/retry.git:1a44a5f5cc7d022b25913d3b92691d970e5dc551)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/retry.git#1a44a5f5cc7d022b25913d3b92691d970e5dc551'}}
Tags
f45
RPMs
src
retry-1.0.6-3.fc45.src.rpm (info) (download)
riscv64
retry-1.0.6-3.fc45.riscv64.rpm (info) (download)
retry-debuginfo-1.0.6-3.fc45.riscv64.rpm (info) (download)
retry-debugsource-1.0.6-3.fc45.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
root.log
build.log
mock_output.log
mock_config.log
dnf5.log
state.log
installed_pkgs.log
Changelog * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Sun Jun 15 2025 Graham Leggett <minfrin@sharp.fm> - 1.0.6-1 - Add optional jitter to the delay. - Avoid the final delay when running a command a specific number of times. - Generate the man page during the dist hook, and not at build time.