| commit | 7661202fe654da6ea6403bce89157c4d678abf22 | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Tue Mar 05 19:20:36 2024 +0100 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Tue Mar 05 19:00:45 2024 +0000 |
| tree | aa48910ef8bcd14a50d69ebb099e913a6965ab4a | |
| parent | 7c8684b9e8aa4b0b16efd5f01a040a504a814ebc [diff] |
m/c/metroctl: fix update logic when errors happen Error handling in the node status polling loop did not exit the current iteration of the loop when an error was encountered due to missing control flow statements. This caused the update command to panic when the node state could not be retrieved. Change-Id: I802d3073ca0ce85248f6692360879b391ac64e7d Reviewed-on: https://review.monogon.dev/c/monogon/+/2834 Reviewed-by: Tim Windelschmidt <tim@monogon.tech> Tested-by: Jenkins CI
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later!
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.