We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b9dd3 commit 23de320Copy full SHA for 23de320
installation_and_upgrade/ibex_install_utils/install_tasks.py
@@ -296,9 +296,11 @@ def run_force_upgrade_mysql(self):
296
self._mysql_tasks.install_mysql(force=True)
297
298
def run_update_calibrations_repository(self):
299
+ """update_calibrations_repository"""
300
self._server_tasks.update_calibrations_repository()
301
302
def run_setup_log_rotation(self):
303
+ """setup_log_rotation"""
304
self._server_tasks.setup_log_rotation()
305
306
def run_developer_update(self):
0 commit comments