Package bodhi :: Module masher :: Class MashTask
[hide private]
[frames] | no frames]

Class MashTask

source code

        object --+        
                 |        
threading._Verbose --+    
                     |    
      threading.Thread --+
                         |
                        MashTask

Instance Methods [hide private]
 
__init__(self, id, updates, repos=set([])) source code
 
move_builds(self) source code
 
undo_move(self)
Move the builds back to their original tag
source code
 
update_comps(self) source code
 
update_symlinks(self) source code
 
mash(self) source code
 
run(self)
Move all of the builds to the appropriate tag, and then run mash.
source code
 
generate_updateinfo(self)
Generate the updateinfo.xml.gz and insert it into the appropriate repositories.
source code
 
__str__(self)
str(x)
source code
 
report(self) source code

Inherited from threading.Thread: __repr__, getName, isAlive, isDaemon, join, setDaemon, setName, start

Inherited from threading.Thread (private): _set_daemon

Inherited from threading._Verbose (private): _note

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, id, updates, repos=set([]))
(Constructor)

source code 
Overrides: threading.Thread.__init__

run(self)

source code 
Move all of the builds to the appropriate tag, and then run mash. If anything fails, undo any tag moves.
Overrides: threading.Thread.run

__str__(self)
(Informal representation operator)

source code 
str(x)
Overrides: object.__str__
(inherited documentation)