Hello community, here is the log from the commit of package combustion for openSUSE:Factory checked in at 2020-10-13 15:47:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/combustion (Old) and /work/SRC/openSUSE:Factory/.combustion.new.3486 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "combustion" Tue Oct 13 15:47:31 2020 rev:6 rq:841545 version:0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/combustion/combustion.changes 2020-10-07 14:17:41.809448007 +0200 +++ /work/SRC/openSUSE:Factory/.combustion.new.3486/combustion.changes 2020-10-13 15:47:56.125509008 +0200 @@ -1,0 +2,5 @@ +Tue Oct 13 09:00:58 UTC 2020 - Fabian Vogt <fv...@suse.com> + +- Also stop ignition-mount.service if there's no config + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ combustion ++++++ --- /var/tmp/diff_new_pack.OoF7pM/_old 2020-10-13 15:47:56.785509293 +0200 +++ /var/tmp/diff_new_pack.OoF7pM/_new 2020-10-13 15:47:56.785509293 +0200 @@ -84,11 +84,6 @@ trap cleanup EXIT -if ! [ -d "${config_mount}/combustion" ]; then - echo "No config found - doing nothing." - exit 0 -fi - # ignition-mount.service mounts stuff below /sysroot in ExecStart and umounts # it on ExecStop, failing if umounting fails. This conflicts with the # mounts/umounts done by combustion. Ignition is already done, so just stop it. @@ -96,6 +91,11 @@ systemctl stop ignition-mount.service fi +if ! [ -d "${config_mount}/combustion" ]; then + echo "No config found - doing nothing." + exit 0 +fi + # Copy config mkdir "${exchangedir}" config_dir="${exchangedir}/config"