Skip to content

Commit

Permalink
Add recommendation to pull pkg.template CI configs (ruslo#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
headupinclouds authored and ruslo committed Apr 10, 2018
1 parent 8aa4e9b commit 12c54f2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/creating-new/update.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,19 @@ Fetch latest CI configs, you may need to run ``git pull`` if you have
[hunter]> git checkout pkg.hunter_box_1
[hunter]> git pull
If the package has not been updated in some time, the CI toolchains
may have fallen out of date. It is preferable to keep the CI
configuration in sync with the working defaults from ``pkg.template``
to make sure the package will build with recent compilers and to help
ensure cache hits for any required Hunter managed dependencies.

.. code-block:: none
[hunter]> git checkout pkg.template
[hunter]> git pull
[hunter]> git checkout pkg.hunter_box_1
[hunter]> git merge pkg.template
Create temporary branch ``test.hunter_box_1`` for testing basing on
``pkg.hunter_box_1``:

Expand Down

0 comments on commit 12c54f2

Please sign in to comment.