Skip to content

Samples/Further Description for projects.json and setup.cfg #677

Closed Answered by zhquan
devaniranjan asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @devaniranjan

Here is an example of projects.json with these projects. GrimoireLab cannot pull all repositories from a GitHub organization so you have to add all repositories manually.

{
    "Kubernetes": {
        "git": [
            "https://github.com/kubernetes/kubernetes",
            "https://github.com/kubernetes/autoscaler"
        ],
        "github": [
            "https://github.com/kubernetes/kubernetes",
            "https://github.com/kubernetes/autoscaler"
        ]
    },
    "PyTorch": {
        "git": [
            "https://github.com/pytorch/pytorch",
            "https://github.com/pytorch/vision"
        ],
        "github": [
            "https://github.com/pytor…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by devaniranjan
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants