event(self,
package,
action,
te_current,
te_total,
ts_current,
ts_total)
| source code
|
- Parameters:
package - A yum package object or simple string of a package name
action - A yum.constant transaction set state or in the obscure rpm
repackage case it could be the string 'repackaging'
te_current - Current number of bytes processed in the transaction element
being processed
te_total - Total number of bytes in the transaction element being processed
ts_current - number of processes completed in whole transaction
ts_total - total number of processes in the transaction.
|