source: tbroadcast/HEAD/Changelog@ 577

Last change on this file since 577 was 573, checked in by rybkin, 14 years ago

See C.L. 6

File size: 1.8 KB
RevLine 
[573]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
[517]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
[508]262009-05-28 Vincent Garonne <vincent.garonne@cern.ch>
[478]27
[508]28 * scripts/tbroadcast Added the python version checking (>= 2.5)
29 * python/threadpool.py Upgraded version to 1.1
[517]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
[508]33 * python/executer.py Removed from the package
34
[517]352007-03-22 Vincent Garonne <garonne@lal.in2p3.fr>
[394]36
[508]37 * scripts/tbroadcast, python/tbroadcast.py: Added the -no_keep_going option
Note: See TracBrowser for help on using the repository browser.