Information for build retry-1.0.6-1.fc44

ID189367
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
Release1.fc44
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/retry.git#06273c8ef612fb08d554d24cb601314dfd95bff0
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 byliuyang
State complete
Volume DEFAULT
StartedWed, 22 Apr 2026 16:48:04 CST
CompletedWed, 22 Apr 2026 17:39:33 CST
Taskbuild (f44, /rpms/retry.git:06273c8ef612fb08d554d24cb601314dfd95bff0)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/retry.git#06273c8ef612fb08d554d24cb601314dfd95bff0'}}
Tags
f44
RPMs
src
retry-1.0.6-1.fc44.src.rpm (info) (download)
riscv64
retry-1.0.6-1.fc44.riscv64.rpm (info) (download)
retry-debuginfo-1.0.6-1.fc44.riscv64.rpm (info) (download)
retry-debugsource-1.0.6-1.fc44.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_config.log
dnf5.log
root.log
state.log
mock_output.log
installed_pkgs.log
Changelog * 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.