From e7918faa3eb6cf4d2b48df7b0b7c4654d8a501a7 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Nov 02 2017 15:53:31 +0000 Subject: Make all identifiers lower case to be consistent with taskotron Signed-off-by: Pierre-Yves Chibon --- diff --git a/README.rst b/README.rst index 7e8f2c4..acf0dd9 100644 --- a/README.rst +++ b/README.rst @@ -21,15 +21,15 @@ request to the ``/submit`` endpoint with the following arguments * ``type``: the type of element to test. They are the same types as defined in `taskotron `_ - and ``PAGURE_PR``. + and ``pagure_pr``. * ``item`` (optional if result_id is specified): the identifier of the element tested, so it could look like this: - * KOJI_BUILD : the NVR, for example: ``audit-2.8-1.fc26`` - * BODHI_UPDATE : the bodhi update ID, for example: ``FEDORA-2017-5e475c0b0d`` - * PAGURE_PR: the path to the pull-request, for example: ``rpms/python-arrow/pull-request/13`` + * koji_build : the NVR, for example: ``audit-2.8-1.fc26`` + * bodhi_update : the bodhi update ID, for example: ``FEDORA-2017-5e475c0b0d`` + * pagure_pr: the path to the pull-request, for example: ``rpms/python-arrow/pull-request/13`` * ``test`` (optional if result_id is specified): the test to re-run, for example: ``simple-koji-ci``, ``AtomicCI``,