zuul-jobs/doc/source/install.rst
James E. Blair af0d8eb25b Add installation/deprecation documentation
Change-Id: I4db13e723c90628ef2e3a48ba5758a04d75b8d5c
2018-04-11 08:03:57 -07:00

38 lines
1021 B
ReStructuredText

Installation
============
To use this repository via continuous delivery, first ensure your Zuul
is configured to use git repositories from `git.zuul-ci.org`. Add the
following to ``zuul.conf``:
.. code-block:: ini
[connection zuul-git]
driver=git
baseurl=https://git.zuul-ci.org/
Then add the following to your tenant config file:
.. code-block:: yaml
- tenant:
name: ...
source:
zuul-git:
untrusted-projects:
- zuul-jobs
Then restart Zuul.
When changes merge into the `zuul-jobs` repository, your Zuul will
automatically update its configuration.
If you would prefer to control when changes to `zuul-jobs` go into
production in your Zuul, simply fork your own copy of `zuul-jobs`, and
pull changes from upstream according to your own schedule.
Subscribe to the `zuul-announce`_ mailing list to receive important
notices about changes to the `zuul-jobs` repository.
.. _zuul-announce: http://lists.zuul-ci.org/cgi-bin/mailman/listinfo/zuul-announce