source: tbroadcast/HEAD/Changelog @ 695

Last change on this file since 695 was 573, checked in by rybkin, 13 years ago

See C.L. 6

File size: 1.8 KB
Line 
12011-05-01    <rybkin@lal.in2p3.fr> 6
2
3        * python/tbroadcast.py: In class Scheduler, function get_uses, fix bug of
4        not adding use in last line of processed text ("cmt show uses" command
5        output) to dependencies
6
72010-04-13 Emil Obreshkov <Emil.Obreshkov>
8        * python/tbroadcast.py - do not exit if "cmt show uses" return non-zero exit (in the new CMT v1r21)
9
102009-08-11 Igor Kachaev <Igor.Katchaev@cern.ch>
11        * python/threadpool.py update to version 1.2.5 (2008-11-19)
12        * python/tbroadcast.py implement package sort by use count;
13                               protect common structures with semaphore
14        * python/__init__.py   remove from the package
15        * scripts/tbroadcast   better help; option '-sort' to try sorting
16
172009-06-25 Igor Kachaev <Igor.Katchaev@cern.ch>
18
19        * scripts/tbroadcast    Check correctness of options supplied;
20                                do '-help' if empty command line
21        * python/tbroadcast.py  add wait() after communicate() to prevent loop at the
22                                end of job; disable -no_keep_going internally as it blocks;
23                                use local copy of getstatusoutput() - else blocks at nightly
24        * cmt/requirements      remove python dir from the path
25
262009-05-28 Vincent Garonne <vincent.garonne@cern.ch>
27
28        * scripts/tbroadcast    Added the python version checking (>= 2.5)
29        * python/threadpool.py  Upgraded version to 1.1
30        * python/tbroadcast.py: Replaced the execute method by communicate from the Popen py25
31                                module to avoid deadlocks due to any of the other OS pipe buffers
32                                filling up and blocking the child process
33        * python/executer.py    Removed from the package
34
352007-03-22 Vincent Garonne <garonne@lal.in2p3.fr>
36
37        * scripts/tbroadcast, python/tbroadcast.py: Added the -no_keep_going option
Note: See TracBrowser for help on using the repository browser.