]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
kill not killall
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 19 Mar 2018 17:27:35 +0000 (18:27 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 19 Mar 2018 17:27:35 +0000 (18:27 +0100)
PLD_Builder/rpm_builder.py

index 0353dcb23679986dbc282745989c61cafe57cec3..9a4c25a6ecd9a14b629d3465758ace5563198d0f 100644 (file)
@@ -182,7 +182,7 @@ def build_rpm(r, b):
     b.log_line("started at: %s" % time.asctime())
 
     b.log_line("killing old processes on a builder")
-    chroot.run("killall -91v"), logfile = b.logfile)
+    chroot.run("kill --verbose -9 -1"), logfile = b.logfile)
 
     fetch_src(r, b)
     b.log_line("installing srpm: %s" % b.src_rpm)
This page took 0.121918 seconds and 4 git commands to generate.