fix var
This commit is contained in:
parent
4002279a20
commit
29c1256ee1
@ -263,7 +263,7 @@ def pkg_upgrade():
|
||||
|
||||
## rebuild as needed
|
||||
do_rebuild = conf.getboolean('default', 'do_rebuilds', fallback=True)
|
||||
if do_rebuilds:
|
||||
if do_rebuild:
|
||||
# from here on we shouldn't need to rebuild the upgraded packages again
|
||||
exclude_list = ' --exclude '.join(rebuild_packages.keys()).split()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user