Compare commits

..

1 Commits

Author SHA1 Message Date
William Douglas 43d564b0b7 Make autoupdate default for new packages
Things should be autoupdating by default for new content at this point
as being held back for no reason isn't helpful.

Signed-off-by: William Douglas <william.douglas@intel.com>
2024-07-08 12:24:12 -07:00
+2
View File
@@ -448,6 +448,8 @@ class Config(object):
# default lto to true for new things
config_f['autospec']['use_lto'] = 'true'
# default autoupdate to true for new things
config_f['autospec']['autoupdate'] = 'true'
# renamed options need special care
skip_path = os.path.join(self.download_path, "skip_test_suite")