]> git.sur5r.net Git - bacula/rescue/commit
27Feb06
authorKern Sibbald <kern@sibbald.com>
Mon, 27 Feb 2006 11:21:44 +0000 (11:21 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 27 Feb 2006 11:21:44 +0000 (11:21 +0000)
commit55617799375ca4aad9a4fd1cc5d8bfc77cb0ce8f
treed3d796a4ab003efed0abb2c1a147b4b9be1346bf
parentcea7b10c6b7cbd6da9614ed747f10d835ad638c9
27Feb06
- Modify the Python class examples to inherit object -- new way
  of defining classes. Patch from Felix Schwartz.
- Implement jobuid to replace old usage of job in keywords as
  suggested by Eric Bollengier.
- Apply patch for enhancing wait from Eric Bollengier. On can now:
   wait  (wait for all jobs to stop)
   wait jobid=nn
   wait jobuid=unique id
   wait job=job-name
- Implement write variables for Python to set Priority (anytime), and
  Job Level, only during JobInit event.