From 2b6c207cb2f6607a788ce5f6d8a5e41c5a29dc7fcff1d7dd633e23d3ca5be5af Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 21 Jun 2021 07:16:06 +0000 Subject: [PATCH] Accepting request 901093 from home:favogt:microselinux - Set the exit status explicitly OBS-URL: https://build.opensuse.org/request/show/901093 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/combustion?expand=0&rev=19 --- combustion | 2 ++ combustion.changes | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/combustion b/combustion index 1546ff1..78450c9 100644 --- a/combustion +++ b/combustion @@ -167,3 +167,5 @@ else fi chroot /sysroot snapper --no-dbus create -d "After combustion configuration" || : fi + +exit 0 diff --git a/combustion.changes b/combustion.changes index 3c4530b..d1784f4 100644 --- a/combustion.changes +++ b/combustion.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 21 07:07:23 UTC 2021 - Fabian Vogt + +- Set the exit status explicitly + ------------------------------------------------------------------- Mon Jun 7 14:13:14 UTC 2021 - Fabian Vogt