This commit is contained in:
Fredrik Eriksson 2024-08-14 16:58:33 +02:00
parent 4002279a20
commit 29c1256ee1
Signed by: feffe
GPG Key ID: E6B5580B853D322B
2 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@ def pkg_upgrade():
## rebuild as needed ## rebuild as needed
do_rebuild = conf.getboolean('default', 'do_rebuilds', fallback=True) 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 # from here on we shouldn't need to rebuild the upgraded packages again
exclude_list = ' --exclude '.join(rebuild_packages.keys()).split() exclude_list = ' --exclude '.join(rebuild_packages.keys()).split()

View File

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
setup( setup(
name='sau', name='sau',
version='1.4.0', version='1.4.1',
description='Tool for auto-updating OS and packages', description='Tool for auto-updating OS and packages',
author='Feffe', author='Feffe',
author_email='feffe@fulh.ax', author_email='feffe@fulh.ax',