-
Notifications
You must be signed in to change notification settings - Fork 37
Simplified greenboot health-check #100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: greenboot-rs
Are you sure you want to change the base?
Simplified greenboot health-check #100
Conversation
|
You have successfully added a new devskim configuration |
|
I getting: The grub variable boot_success is not set. |
025530b to
eacb3d5
Compare
5dba90c to
665c669
Compare
c836f58 to
b4b06c6
Compare
its working now |
|
Would it be possible to break up the one monolithic commit into multiple commits? It would ease the PR review process and make backing out changes easier. |
greenboot-healtcheck: healthcheck which runs on every boot. greenboot-rollback: rollback(if healtcheck fails) which is tagged with systemd-update-done.service that runs, only after a system is updated. Signed-off-by: Sayan Paul <paul.sayan@gmail.com>
Makefile params: build,install,check,rpm spec - bump from v0.15 series which is bash version of greenboot to v0.16.0 Signed-off-by: Sayan Paul <paul.sayan@gmail.com>
CI runs formatting spellcheck and unit tests.
packit build rpm for fedora and centos
Signed-off-by: Sayan Paul <paul.sayan@gmail.com>
Signed-off-by: Sayan Paul <paul.sayan@gmail.com>
devcontainer has all the necessary libaries installed to run test and build greenboot. Signedff-by: Sayan Paul <paul.sayan@gmail.com>
40eee34 to
3a09a4b
Compare
I have modified this too. |
Signed-off-by: Sayan Paul <paul.sayan@gmail.com>
saving 2 Bytes of ram!! Signed-off-by: Sayan Paul <paul.sayan@gmail.com>
moving the log related comments to issue #149
03160cb to
6d36266
Compare
Signed-off-by: Sayan Paul <paul.sayan@gmail.com>
6d36266 to
41c5c68
Compare
This will implement the the existing greenboot health check functionality:
Below are the functionality that will be implemented as part of this PR: