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 79f44cf commit be5b9a2Copy full SHA for be5b9a2
installation_and_upgrade/ibex_install_utils/tasks/server_tasks.py
@@ -352,6 +352,12 @@ def update_calibrations_repository(self) -> None:
352
"""Update the calibration repository"""
353
try:
354
repo = git.Repo(CALIBRATION_PATH)
355
+ print(
356
+ "If this is the first time using the gitlab calibration files repo, "
357
+ "you'll be prompted for username and password please enter username "
358
+ "(required on git-for-windows!) and deploy token - "
359
+ 'see Keeper for this ("Calibrations repository deploy token")'
360
+ )
361
repo.git.pull()
362
except git.GitCommandError:
363
self.prompt.prompt_and_raise_if_not_yes(
0 commit comments