[Piuparts-commits] [piuparts] 01/01: slave-stop: correct path to screenlogs

Holger Levsen holger at layer-acht.org
Sun Mar 5 23:40:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 8212f1c226c3fa9376c8d996b27d34b1f6e33d11
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Mar 6 00:40:02 2017 +0100

    slave-stop: correct path to screenlogs
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 slave-bin/slave_stop.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slave-bin/slave_stop.in b/slave-bin/slave_stop.in
index c3f8948..8b8d91d 100755
--- a/slave-bin/slave_stop.in
+++ b/slave-bin/slave_stop.in
@@ -28,7 +28,7 @@ get_config_value SLAVEROOT global slave-directory
 
 ( sleep 2 && pkill --signal INT --full '/usr/bin/python /srv/piuparts.debian.org/share/piuparts/piuparts-slave' ) &
 cd $SLAVEROOT
-tail -f slave/screenlog.? &
+tail -f screenlog.? &
 
 while pgrep --full '/usr/bin/python /srv/piuparts.debian.org/share/piuparts/piuparts-slave' ; do
 	sleep 1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list