|
|
@ -239,6 +239,12 @@ class ClUpdateAction(Action): |
|
|
|
Get('cl_update_eixupdate_force') != 'skip' or |
|
|
|
Get('cl_update_eixupdate_force') == 'force')) |
|
|
|
}, |
|
|
|
{'name': 'update_setup_cache', |
|
|
|
'message': __("Updating the package setup cache"), |
|
|
|
'method': 'Update.updateSetupCache()', |
|
|
|
'essential': False, |
|
|
|
'condition': lambda Get: Get('cl_update_outdate_set') == 'on' |
|
|
|
}, |
|
|
|
{'name': 'sync_reps:cleanpkg', |
|
|
|
'message': __("Removing obsolete distfiles and binary packages"), |
|
|
|
'method': 'Update.cleanpkg()', |
|
|
|