From b8c5d12d9b42bb3b432bad680bd1dc4978603b57 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Jan 18 2018 17:27:38 +0000 Subject: Update the Bodhi SOP in light of Bodhi 3.2.0. Bodhi 3.2.0 no longer creates mash files, and adds a new monitoring tool called bodhi-monitor-composes. This commit adjusts the SOP to reflect these changes. Signed-off-by: Randy Barlow --- diff --git a/docs/source/sop_pushing_updates.rst b/docs/source/sop_pushing_updates.rst index 4187c7a..d66654d 100644 --- a/docs/source/sop_pushing_updates.rst +++ b/docs/source/sop_pushing_updates.rst @@ -148,6 +148,12 @@ Say 'y' to push for the above command. Verification ============ +#. Monitor Bodhi's composes with ``bodhi-monitor-composes`` + + :: + + $ sudo -u apache watch -d -n 60 bodhi-monitor-composes + #. Monitor the systemd journal :: @@ -196,12 +202,6 @@ time Bodhi will ask you which push(es) you want to resume. -Consider testing if the mash lock file exists. -May indicate a previous push has not completed, or somehow failed: - -:: - - $ ls /mnt/koji/mash/updates/MASHING-* Common issues / problems with pushes ====================================