Skip to content

Commit

Permalink
Make autoupdate default for new packages
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
bryteise committed Jul 8, 2024
1 parent 2659038 commit 265edc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autospec/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,8 @@ def create_conf(self):

# 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")
Expand Down

0 comments on commit 265edc6

Please sign in to comment.