Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements for the update_reference section [docs] #1008

Merged
merged 3 commits into from
Jan 23, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Last changes
epassaro committed Jan 21, 2020
commit 89c98299e3d2a0aae4d544b59a8b16311291d3bb
8 changes: 5 additions & 3 deletions docs/development/update_refdata.rst
Original file line number Diff line number Diff line change
@@ -57,16 +57,18 @@ We assume that you have added the necessary changes to TARDIS and have an open p

#. Commit the ``.travis.yml`` to your pull request.

#. Make sure that your TARDIS pull request now passes on Travis-CI and then merge the PR on ``tardis-refdata``.
#. Make sure that your TARDIS pull request now passes all tests on Travis-CI.

#. Then change ``.travis.yml`` to:
#. Ask for review for your PR on ``tardis-refdata`` and wait for merge.

#. Then change the ``.travis.yml`` in ``tardis`` directory to:

.. code-block:: None

- if [[ $TEST_MODE == 'spectrum' ]]; then git fetch origin; fi
- if [[ $TEST_MODE == 'spectrum' ]]; then git checkout origin/master; fi```

#. Ensure TARDIS pull request passes Travis-CI again and pin someone to merge your PR to the TARDIS master branch.
#. Ensure TARDIS pull request passes Travis-CI again and ping someone to merge your PR to the TARDIS master branch.


Congratulations! You have updated TARDIS to be better. Have a beer and steak (or Tofu if you are vegetarian/vegan)