1
0
mirror of https://github.com/distribution/distribution synced 2025-02-23 06:49:36 +01:00
Commit Graph

1 Commits

Author SHA1 Message Date
Ryan Abrams
6b73a9ab89 Ignore missing paths during enumeration
It's possible to run into a race condition in which the enumerator lists
lots of repositories and then starts the long process of enumerating through
them. In that time if someone deletes a repo, the enumerator may error out.

Signed-off-by: Ryan Abrams <rdabrams@gmail.com>
2018-09-05 10:17:08 -07:00