From: Martin Zobel-Helas Date: Tue, 29 Mar 2011 18:54:27 +0000 (+0200) Subject: document how to stop buildds X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=878319f7da48ae28e504aabbc206db67e5f06b01 document how to stop buildds Signed-off-by: Martin Zobel-Helas --- diff --git a/input/howto/upgrade-to-squeeze.mdwn b/input/howto/upgrade-to-squeeze.mdwn index a39819b..fb12e41 100644 --- a/input/howto/upgrade-to-squeeze.mdwn +++ b/input/howto/upgrade-to-squeeze.mdwn @@ -1,6 +1,14 @@ # Upgrade from lenny to squeeze +on buildds: + + cd ~buildd + sudo su - buildd + touch NO-DAEMON-PLEASE EXIT-DAEMON-PLEASE && exit + + now wait for the buildd to quit + turn off samhain /etc/init.d/samhain stop &&