| ID | 189367 | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Package Name | retry | |||||||||||||||||
| Links | Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem | |||||||||||||||||
| Version | 1.0.6 | |||||||||||||||||
| Release | 1.fc44 | |||||||||||||||||
| Epoch | Draft | False | ||||||||||||||||
| Source | git+https://src.fedoraproject.org/rpms/retry.git#06273c8ef612fb08d554d24cb601314dfd95bff0 | |||||||||||||||||
| Summary | Repeat a command until success | |||||||||||||||||
| Description | The 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 by | liuyang | |||||||||||||||||
| State | complete | |||||||||||||||||
| Volume | DEFAULT | |||||||||||||||||
| Started | Wed, 22 Apr 2026 16:48:04 CST | |||||||||||||||||
| Completed | Wed, 22 Apr 2026 17:39:33 CST | |||||||||||||||||
| Task | build (f44, /rpms/retry.git:06273c8ef612fb08d554d24cb601314dfd95bff0) | |||||||||||||||||
| Extra | {'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/retry.git#06273c8ef612fb08d554d24cb601314dfd95bff0'}} | |||||||||||||||||
| Tags |
|
|||||||||||||||||
| RPMs |
|
|||||||||||||||||
| Logs |
|
|||||||||||||||||
| 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. |