From f5042c9e4d55be445ad48ec80cd07903cbadcef2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Jan 24 2019 02:44:01 +0000 Subject: Replace obsolete information --- diff --git a/README b/README index 3e1741a..d6f325d 100644 --- a/README +++ b/README @@ -13,41 +13,38 @@ Like: - Generate review template with both manual & automated checks serving as a starting point for the review work. -fedora-review is still under heavy development. - - Contacts -------- * IRC: #fedora-review @ freenode -* Mailing list: fedorareview@lists.fedorahosted.org -* wiki: https://fedorahosted.org/FedoraReview/wiki/WikiStart +* Mailing list: https://lists.fedoraproject.org/admin/lists/fedorareview.lists.fedorahosted.org/ +* Wiki: https://pagure.io/FedoraReview -License -------- -fedora-review is licensed under GPLv2+, for more details check COPYING. +Installation +------------ + +Install the package out of the Fedora repositories: + + $ sudo dnf -y install fedora-review +See man fedora-review for further details about the setup. Download -------- + Clone the source using: $ git clone -b devel https://pagure.io/FedoraReview.git -Alternative repository for users wishing to use github: -git://github.com/timlau/FedoraReview.git. You might consider cloning -another branch e. g., a release branch. However, 'master' branch is -probably not what you want. - Dependencies ------------ Install dependencies: - # yum install mock - # yum-builddep fedora-review.spec + $ sudo dnf -y install mock + $ sudo dnf -y builddep fedora-review.spec The mock requirement is not hard, it's possible to use fedora-review without mock when always using the --prebuilt/-p option. This means @@ -74,8 +71,6 @@ Usage $ nroff -man fedora-review.1 | more $ fedora-review --help -There's more in the wiki (above). - Extending --------- @@ -90,14 +85,21 @@ As of 0.4, fedora-review has two plugin interfaces: * The script interface used by scripts in the scripts/ directory. This is a small interface designed to make it possible to write - simple tests in plain bash. This is covered in the wiki, at + simple tests in plain bash. This is covered in the Wiki, at https://fedorahosted.org/FedoraReview/wiki/ScriptsApi -The json-based interface which existed in earlier versions has been +The JSON-based interface which existed in earlier versions has been retired. - Bugs and issues --------------- -Follow link in the wiki. + +Please report bug and issues at https://pagure.io/FedoraReview/new_issue + + +License +------- + +fedora-review is licensed under GPLv2+, for more details check COPYING. +