add support for do_reposync on gentoo
This commit is contained in:
@ -98,7 +98,8 @@ def pkg_upgrade():
|
||||
log = logging.getLogger(sau.LOGNAME)
|
||||
conf = sau.config
|
||||
|
||||
_sync_portage()
|
||||
if conf.getboolean('default', 'do_reposync', fallback=True):
|
||||
_sync_portage()
|
||||
|
||||
# [ebuild U ] media-plugins/alsa-plugins-1.1.8 [1.1.6]
|
||||
pretend_re = re.compile(r'^\[ebuild ([^\]]*)\] ([^ ]+)( \[[^\]]+\])?')
|
||||
|
||||
Reference in New Issue
Block a user