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:
Dan Peebles 2017-09-25 12:36:01 -07:00
parent f3e0d46821
commit 476493dbf5
2 changed files with 40 additions and 19 deletions

4
.gitignore vendored
View file

@ -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