You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by tu...@apache.org on 2020/12/13 13:26:37 UTC

[kibble] branch main updated: Fix the path for the scanners in scanners/README.md (#119)

This is an automated email from the ASF dual-hosted git repository.

turbaszek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kibble.git


The following commit(s) were added to refs/heads/main by this push:
     new 257992d  Fix the path for the scanners in scanners/README.md (#119)
257992d is described below

commit 257992d8d26f9d40086398a8edbab5be1a905bf5
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Sun Dec 13 13:26:28 2020 +0000

    Fix the path for the scanners in scanners/README.md (#119)
    
    The paths were incorrect, I think they are from before when they were in a separate repo
---
 kibble/scanners/README.md | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/kibble/scanners/README.md b/kibble/scanners/README.md
index f41eee6..87da385 100644
--- a/kibble/scanners/README.md
+++ b/kibble/scanners/README.md
@@ -36,21 +36,21 @@ Options:
 
 ## Currently available scanner plugins:
 
- - Apache Pony Mail (`plugins/scanners/ponymail.py`)
- - Atlassian JIRA (`plugins/scanners/jira.py`)
- - BugZilla Issue Tracker (`plugins/scanners/bugzilla.py`)
- - BuildBot (`plugins/scanners/buildbot.py`)
- - Discourse (`plugins/scanners/discourse.py`)
- - Gerrit Code Review (`plugins/scanners/gerrit.py`)
- - Git Repository Fetcher (`plugins/scanners/git-sync.py`)
- - Git Census Counter (`plugins/scanners/git-census.py`)
- - Git Code Evolution Counter (`plugins/scanners/git-evolution.py`)
- - Git SLoC Counter (`plugins/scanners/git-sloc.py`)
- - GitHub Issues/PRs (`plugins/scanners/github.py`)
- - GitHub Traffic Statistics (`plugins/scanners/github-stats.py`)
- - GNU Mailman Pipermail (`plugins/scanners/pipermail.py`)
- - Jenkins (`plugins/scanners/jenkins.py`)
- - Travis CI (`plugins/scanners/travis.py`)
+ - Apache Pony Mail (`scanners/ponymail.py`)
+ - Atlassian JIRA (`scanners/jira.py`)
+ - BugZilla Issue Tracker (`scanners/bugzilla.py`)
+ - BuildBot (`scanners/buildbot.py`)
+ - Discourse (`scanners/discourse.py`)
+ - Gerrit Code Review (`scanners/gerrit.py`)
+ - Git Repository Fetcher (`scanners/git-sync.py`)
+ - Git Census Counter (`scanners/git-census.py`)
+ - Git Code Evolution Counter (`scanners/git-evolution.py`)
+ - Git SLoC Counter (`scanners/git-sloc.py`)
+ - GitHub Issues/PRs (`scanners/github.py`)
+ - GitHub Traffic Statistics (`scanners/github-stats.py`)
+ - GNU Mailman Pipermail (`scanners/pipermail.py`)
+ - Jenkins (`scanners/jenkins.py`)
+ - Travis CI (`scanners/travis.py`)
 
 ## Requirements: