/hg/buildbot: correct killall -s KILL java argument
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Mon Sep 5 09:36:51 PDT 2011
changeset 51a64788c03b in /hg/buildbot
details: http://icedtea.classpath.org/hg/buildbot?cmd=changeset;node=51a64788c03b
author: Xerxes Ranby <xerxes at zafena.se>
date: Mon Sep 05 18:40:06 2011 +0200
correct killall -s KILL java argument
diffstat:
icedtea/master.cfg | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 2b56af735fa6 -r 51a64788c03b icedtea/master.cfg
--- a/icedtea/master.cfg Mon Sep 05 13:41:42 2011 +0200
+++ b/icedtea/master.cfg Mon Sep 05 18:40:06 2011 +0200
@@ -604,7 +604,7 @@
f3a5.addStep(ShellCommand(command=["rm", "-rf", "build"],
workdir=".",
description="clean build dir"))
-f3a5.addStep(ShellCommand(command=["killall", "-kill", "java"],
+f3a5.addStep(ShellCommand(command=["killall", "-s", "KILL", "java"],
workdir=".",
description="killall"))
f3a5.addStep(Configure(command=["../src/configure",
More information about the distro-pkg-dev
mailing list