| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: retry | Distribution: Fedora Project |
| Version: 1.0.6 | Vendor: Fedora Project |
| Release: 1.fc44 | Build date: Sun Nov 23 12:11:31 2025 |
| Group: Unspecified | Build host: buildvm-a64-16.rdu3.fedoraproject.org |
| Size: 82252 | Source RPM: retry-1.0.6-1.fc44.src.rpm |
| Packager: Fedora Project | |
| Url: https://github.com/minfrin/retry | |
| Summary: Repeat a command until success | |
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.
Apache-2.0
* 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.
/usr/bin/retry /usr/lib/.build-id /usr/lib/.build-id/11 /usr/lib/.build-id/11/17fd159e9ae812746f0362cc0cd6370eab406b /usr/share/doc/retry /usr/share/doc/retry/AUTHORS /usr/share/doc/retry/ChangeLog /usr/share/doc/retry/README /usr/share/licenses/retry /usr/share/licenses/retry/COPYING /usr/share/man/man1/retry.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Nov 24 23:30:37 2025