[openSUSE/obs-build] ca0675: Use faster VM shutdown alternative

Branch: refs/heads/master Home: https://github.com/openSUSE/obs-build Commit: ca0675d644d1681ca195df61543669cea5fa6ee7 https://github.com/openSUSE/obs-build/commit/ca0675d644d1681ca195df61543669c... Author: Dirk Müller <dirk@dmllr.de> Date: 2022-02-16 (Wed, 16 Feb 2022) Changed paths: M build M build-vm Log Message: ----------- Use faster VM shutdown alternative In most cases a remount -o ro / succeeds wwhich should force flushing of writes. if it fails we can wait for dirty to be zero. Typically this reduces the sleep 3 in that code path to 0.1-0.2s. Commit: 45497d4f8b5121baa1d0fa81021f7ea6beb8c9ad https://github.com/openSUSE/obs-build/commit/45497d4f8b5121baa1d0fa81021f7ea... Author: Dirk Müller <dirk@dmllr.de> Date: 2022-02-16 (Wed, 16 Feb 2022) Changed paths: M build Log Message: ----------- build: avoid single quote in comment This screws up vim syntax highlighting and the language can be reworded slightly to be easier consumeable as well. Commit: 1c99b3bcc3abb36ee4ddc10f92848462a0b68c11 https://github.com/openSUSE/obs-build/commit/1c99b3bcc3abb36ee4ddc10f9284846... Author: Michael Schroeder <mls@suse.de> Date: 2022-02-22 (Tue, 22 Feb 2022) Changed paths: M build M build-vm Log Message: ----------- Merge pull request #778 from dirkmueller/fast_shutdown Use faster VM shutdown alternative Compare: https://github.com/openSUSE/obs-build/compare/58090e8f36bc...1c99b3bcc3ab
participants (1)
-
Michael Schroeder