Skip to content
Snippets Groups Projects
Commit 4e4957fc authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[doc/macos] Improve macos install [skip ci]

parent 66b10f02
No related branches found
No related tags found
No related merge requests found
Pipeline #56487 skipped
...@@ -190,7 +190,8 @@ Running regular updates ...@@ -190,7 +190,8 @@ Running regular updates
----------------------- -----------------------
We recommend that the CI machine to have homebrew and installed pip packages We recommend that the CI machine to have homebrew and installed pip packages
updated regularly (once a week). To do so, setup a cronjob like the following: updated regularly (once a week). To do so, setup a cronjob like the following,
for the ``admin`` user:
.. code-block:: text .. code-block:: text
...@@ -198,4 +199,15 @@ updated regularly (once a week). To do so, setup a cronjob like the following: ...@@ -198,4 +199,15 @@ updated regularly (once a week). To do so, setup a cronjob like the following:
MAILTO="your.email@idiap.ch" MAILTO="your.email@idiap.ch"
00 12 * * 0 /bin/bash <(curl -s https://gitlab.idiap.ch/bob/bob.devtools/raw/master/doc/macos-ci-install/update-ci.sh) 00 12 * * 0 /bin/bash <(curl -s https://gitlab.idiap.ch/bob/bob.devtools/raw/master/doc/macos-ci-install/update-ci.sh)
And one line the following for the ``gitlab`` user, about 30 minutes later, to
give time for the machine updating to be performed. The second cronjob will
re-spawn the gitlab-runner, which may be necessary if it was updated on the
previous step:
.. code-block:: text
SHELL=/bin/bash
MAILTO="your.email@idiap.ch"
30 12 * * 0 /bin/bash <(curl -s https://gitlab.idiap.ch/bob/bob.devtools/raw/master/doc/macos-ci-install/reconfig-gitlab-runner.sh)
.. include:: links.rst .. include:: links.rst
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment