~ salmonella-environment-setup (master) 421258668d755510f2dd3dd97773fc92b1966ae5


commit 421258668d755510f2dd3dd97773fc92b1966ae5
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Mon Dec 16 22:06:38 2024 +0100
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Mon Dec 16 22:08:27 2024 +0100

    README: Remove note on kill-hanging-children
    
    Support for kill-hanging-children has been removed from
    salmonella-run-publish in favor of the timeout program (see
    2f997018efd8d9ae1701314f5565373fa8fd8ac1).

diff --git a/README b/README
index e78d019..a1dd5d8 100644
--- a/README
+++ b/README
@@ -30,10 +30,6 @@ The following CHICKEN tools are required
 * salmonella-run-publish
 * henrietta-cache (optional -- only for salmonella-run-publish's
   local-mode)
-* kill-hanging-children (optional, but enabled by default in
-  salmonella/conf/common.scm).  kill-hanging-children will kill child
-  processes of salmonella that exceed a specified run time (1h by
-  default).
 
 
 The following directory layout is assumed by run-salmonella.sh (see
@@ -99,10 +95,6 @@ $ git clone https://github.com/mario-goulart/salmonella-run-publish
 $ cd salmonella-run-publish
 $ $HOME/local/chicken-5/bin/chicken-install
 
-$ git clone https://github.com/mario-goulart/kill-hanging-children
-$ cd kill-hanging-children
-$ $HOME/local/chicken-5/bin/chicken-install
-
 
 == Configuring salmonella jobs
 
Trap