]> git.lizzy.rs Git - rust.git/commit
keep the same config values in stage0 between invocations
authorPietro Albini <pietro.albini@ferrous-systems.com>
Tue, 7 Jun 2022 10:17:11 +0000 (12:17 +0200)
committerPietro Albini <pietro.albini@ferrous-systems.com>
Thu, 9 Jun 2022 15:54:11 +0000 (17:54 +0200)
commitc1a0f49e9f92ce7ebb8c9f2a3baefce779bb5950
treeb6d0de13d7edf608670699eed6d85e66d5653fca
parenta0411e2bfe1fb939757aa96603f0a10d1d9eb029
keep the same config values in stage0 between invocations

This commit allows users to change the contents of the "config" key in
src/stage0.json without having it overridden the next time the
bump-stage0 tool is executed.
src/bootstrap/bootstrap.py
src/stage0.json
src/tools/bump-stage0/src/main.rs