Ignore:
Timestamp:
Sep 7, 2009, 2:43:28 PM (15 years ago)
Author:
rybkin
Message:

Version v2.0.6_rc4 from Igor Kachaev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tbroadcast/HEAD/Changelog

    r508 r517  
     12009-08-11 Igor Kachaev <Igor.Katchaev@cern.ch>
     2        * python/threadpool.py update to version 1.2.5 (2008-11-19)
     3        * python/tbroadcast.py implement package sort by use count;
     4                               protect common structures with semaphore
     5        * python/__init__.py   remove from the package
     6        * scripts/tbroadcast   better help; option '-sort' to try sorting
     7
     82009-06-25 Igor Kachaev <Igor.Katchaev@cern.ch>
     9
     10        * scripts/tbroadcast    Check correctness of options supplied;
     11                                do '-help' if empty command line
     12        * python/tbroadcast.py  add wait() after communicate() to prevent loop at the
     13                                end of job; disable -no_keep_going internally as it blocks;
     14                                use local copy of getstatusoutput() - else blocks at nightly
     15        * cmt/requirements      remove python dir from the path
     16
    1172009-05-28 Vincent Garonne <vincent.garonne@cern.ch>
    218
    319        * scripts/tbroadcast    Added the python version checking (>= 2.5)
    420        * python/threadpool.py  Upgraded version to 1.1
    5         * python/tbroadcast.py: Replaced the execute method by communicate from the Popen py25 module to avoid deadlocks
    6                                 due to any of the other OS pipe buffers filling up and blocking the child process
     21        * python/tbroadcast.py: Replaced the execute method by communicate from the Popen py25
     22                                module to avoid deadlocks due to any of the other OS pipe buffers
     23                                filling up and blocking the child process
    724        * python/executer.py    Removed from the package
    825
    9 2007-03-22 Vincent Garonne <garonne@lal.in2p3.fr> 1
     262007-03-22 Vincent Garonne <garonne@lal.in2p3.fr>
    1027
    1128        * scripts/tbroadcast, python/tbroadcast.py: Added the -no_keep_going option
Note: See TracChangeset for help on using the changeset viewer.