#326 Replace obsolete information
Merged 5 years ago by ngompa. Opened 5 years ago by fab.
fab/FedoraReview README  into  master

file modified
+23 -21
@@ -13,38 +13,35 @@ 

  - 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 http://git.fedorahosted.org/git/FedoraReview.git

+ Clone the source using:

  

- 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.

+     $ git clone -b devel https://pagure.io/FedoraReview.git

  

  Dependencies

  ------------

  

- Install dependencies:

+ Install dependencies (not needed if you ):

  

      # yum install mock

      # yum-builddep fedora-review.spec
@@ -74,8 +71,6 @@ 

      $ nroff -man fedora-review.1 | more

      $ fedora-review --help

  

- There's more in the wiki (above).

- 

  

  Extending

  ---------
@@ -90,14 +85,21 @@ 

  

   * 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.

+ 

  • Fedorahosted is gone for quite some time
  • Github repo is not maintained
  • and other things

Pull-Request has been merged by ngompa

5 years ago

I didn't notice it was pointed to the wrong branch. Oops! Oh well, I fixed it.

Metadata