codereview/dashboard/fixtures/localrepos.json

29 lines
618 B
JSON

[
{
"pk": 1,
"model": "dashboard.repository",
"fields": {
"path": "/home/correlr/code/voiceaxis",
"type": 0,
"name": "VoiceAxis"
}
},
{
"pk": 2,
"model": "dashboard.repository",
"fields": {
"path": "/srv/git/mtg.git",
"type": 0,
"name": "MTG"
}
},
{
"pk": 3,
"model": "dashboard.repository",
"fields": {
"path": "/srv/git/codereview.git",
"type": 0,
"name": "CodeReview"
}
}
]