In rare edge-case, it can take multiple hours to clone a repository. It would be interesting to add a timeout. It would prevent a repository from blocking the gathering of fingerprints from a long list of repositories.
When the timeout is reached, src-fingerprint needs to be able to skip to the next repository even if a subcommand (ie: git clone) is currently running.
In rare edge-case, it can take multiple hours to clone a repository. It would be interesting to add a timeout. It would prevent a repository from blocking the gathering of fingerprints from a long list of repositories.
When the timeout is reached,
src-fingerprint
needs to be able to skip to the next repository even if a subcommand (ie:git clone
) is currently running.