Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
4e4957fc
Commit
4e4957fc
authored
3 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[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
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/macos.rst
+13
-1
13 additions, 1 deletion
doc/macos.rst
with
13 additions
and
1 deletion
doc/macos.rst
+
13
−
1
View file @
4e4957fc
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment