1 Commits

Author SHA1 Message Date
2491df81f6 fix rust/go rebuilds on gentoo 2024-07-26 11:25:18 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -260,7 +260,7 @@ def pkg_upgrade():
log.warning(line)
# 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()
# Rebuild go
go_packages = []

View File

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