]> cygwin.com Git - cygwin-apps/setup.git/commit
Fix spinning after replace-on-reboot failure or skipped
authorJon Turney <jon.turney@dronecode.org.uk>
Tue, 10 Oct 2017 16:10:57 +0000 (17:10 +0100)
committerJon Turney <jon.turney@dronecode.org.uk>
Wed, 18 Oct 2017 16:12:00 +0000 (17:12 +0100)
commit395cf0390abbf35873f8914f5ab152b014e13a69
tree1c9ed1be80ee3e23fd375a654d919e465bd6de13
parent95645b7edc648525fd4c8d5d715c63482b95b33c
Fix spinning after replace-on-reboot failure or skipped

If:
- extracting a file failed AND --no-replaceonreboot was used
- OR, writing the .new file for replacing on reboot failed
we don't advance to the next file in the archive, so we just sit there,
trying the same operation repeatedly.

Yes, this seems to mean that --no-replaceonreboot never worked usefully.

Also advance to next file in extract_other error case.

See https://cygwin.com/ml/cygwin/2017-10/msg00090.html
install.cc
This page took 0.030039 seconds and 5 git commands to generate.