Small syntax fixes
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
971c5673f1
commit
3877bc414d
3 changed files with 34 additions and 31 deletions
|
@ -12,9 +12,9 @@ Git and The New Hotness.
|
|||
Validations
|
||||
^^^^
|
||||
|
||||
- Checking the monitoring setting by calling dist-git `_dg/anitya/rpms/<package_name>` API in
|
||||
- Checking the monitoring setting by calling dist-git ``_dg/anitya/rpms/<package_name>`` API in
|
||||
`pagure module <https://github.com/fedora-infra/the-new-hotness/blob/master/hotness/validators/pagure.py>`_
|
||||
- Checking the retirement status by HTTP GET request for `dead.package` in
|
||||
- Checking the retirement status by HTTP GET request for ``dead.package`` in
|
||||
`pagure module <https://github.com/fedora-infra/the-new-hotness/blob/master/hotness/validators/pagure.py>`_
|
||||
|
||||
Scratch builds
|
||||
|
@ -29,7 +29,7 @@ Changes proposed
|
|||
|
||||
In order to switch out Pagure Dist Git for an alternative that provides a
|
||||
relatively compatible API pattern, the following changes must be made in the
|
||||
placed mentioned below.
|
||||
places mentioned below.
|
||||
|
||||
Necessary
|
||||
^^^^
|
||||
|
@ -43,7 +43,7 @@ Unnecessary
|
|||
|
||||
- As hotness is mostly using just plain HTTP, git interactions with dist-git it's not necessary
|
||||
to change much. Only the monitoring settings needs to be provided somewhere.
|
||||
- Change the default value for `dist_git_url` in
|
||||
- Change the default value for ``dist_git_url`` in
|
||||
`config module <https://github.com/fedora-infra/the-new-hotness/blob/master/hotness/config.py>`_.
|
||||
As this could be set in configuration it's not necessary to do that, but it would be nice to
|
||||
change it to new git forge.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue