Skip to content

Commit

Permalink
Add summer update script
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddieAkeroyd committed Aug 23, 2024
1 parent c5b9dd3 commit 23de320
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installation_and_upgrade/ibex_install_utils/install_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,11 @@ def run_force_upgrade_mysql(self):
self._mysql_tasks.install_mysql(force=True)

def run_update_calibrations_repository(self):
"""update_calibrations_repository"""
self._server_tasks.update_calibrations_repository()

def run_setup_log_rotation(self):
"""setup_log_rotation"""
self._server_tasks.setup_log_rotation()

def run_developer_update(self):
Expand Down

0 comments on commit 23de320

Please sign in to comment.