Jammy:
```
root@efae1d80cfae:/# dpkg-query -W retry
retry   1.0.4-3build1
root@efae1d80cfae:/# retry --help


NAME
  retry - Repeat command until a criteria is met, usually success.

SYNOPSIS
  retry [-v] [-h] [-u until] [-w while] command ...

DESCRIPTION
...

root@efae1d80cfae:/# retry --until=success -- false
retry: false returned 1, backing off for 10 seconds and trying again...
retry: false returned 1, backing off for 10 seconds and trying again...
retry: false returned 1, backing off for 10 seconds and trying again...
^C
root@efae1d80cfae:/# retry --until=success --delay "1,2,4,8,16,32,64" -- false
Delay must be bigger or equal to 0.

root@efae1d80cfae:/# # It appears the test cannot actually be run on
Jammy ^^^, because `retry` is a bit too old. Trying something supported
right below VVV

root@efae1d80cfae:/# retry --until=success --delay "2" -- false
retry: false returned 1, backing off for 2 seconds and trying again...
retry: false returned 1, backing off for 2 seconds and trying again...
retry: false returned 1, backing off for 2 seconds and trying again...
retry: false returned 1, backing off for 2 seconds and trying again...
retry: false returned 1, backing off for 2 seconds and trying again...
^C

Second session after I had the idea to test that on Noble:
root@bb812b91efe8:/# retry --until=success --delay "2" -- echo "Hello there"
Hello there
root@bb812b91efe8:/# # Obviously, it works with a successful command too
```

In short, everything looks fine, validation done.

** Tags removed: verification-needed-jammy
** Tags added: verification-done-jammy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2080616

Title:
  [SRU] No change rebuild for MIR

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/retry/+bug/2080616/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to