Reverse retry logic to retry in all but a few cases
It was getting too much like whac-a-mole listing all the retriable error conditions, so we now retry by default and list the cases where retrying is almost certainly hopeless.
This commit is contained in:
parent
f3e0d46821
commit
476493dbf5
2 changed files with 40 additions and 19 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -99,16 +99,20 @@ perl/Makefile.config
|
|||
/misc/systemd/nix-daemon.socket
|
||||
/misc/upstart/nix-daemon.conf
|
||||
|
||||
/src/resolve-system-dependencies/resolve-system-dependencies
|
||||
|
||||
inst/
|
||||
|
||||
*.a
|
||||
*.o
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
*.exe
|
||||
*.dep
|
||||
*~
|
||||
*.pc
|
||||
*.plist
|
||||
|
||||
# GNU Global
|
||||
GPATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue