Skip to content

Commit 23de320

Browse files
Add summer update script
1 parent c5b9dd3 commit 23de320

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

installation_and_upgrade/ibex_install_utils/install_tasks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,11 @@ def run_force_upgrade_mysql(self):
296296
self._mysql_tasks.install_mysql(force=True)
297297

298298
def run_update_calibrations_repository(self):
299+
"""update_calibrations_repository"""
299300
self._server_tasks.update_calibrations_repository()
300301

301302
def run_setup_log_rotation(self):
303+
"""setup_log_rotation"""
302304
self._server_tasks.setup_log_rotation()
303305

304306
def run_developer_update(self):

0 commit comments

Comments
 (0)