]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
Explictly tell which kill to use.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 19 Mar 2018 17:31:12 +0000 (18:31 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 19 Mar 2018 17:31:12 +0000 (18:31 +0100)
PLD_Builder/rpm_builder.py

index 9a4c25a6ecd9a14b629d3465758ace5563198d0f..ccc218c14284a30de0ecfc963b3573e2e6fd2154 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("kill --verbose -9 -1"), logfile = b.logfile)
+    chroot.run("/bin/kill --verbose -9 -1"), logfile = b.logfile)
 
     fetch_src(r, b)
     b.log_line("installing srpm: %s" % b.src_rpm)
This page took 0.279805 seconds and 4 git commands to generate.