summaryrefslogtreecommitdiff
path: root/gitsyncer.example.json
blob: 39984b4ec6d404c7bc563bb0473cec5c6267654d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "organizations": [
    {
      "host": "git@codeberg.org",
      "name": "snonux"
    },
    {
      "host": "git@github.com",
      "name": "snonux"
    },
    {
      "host": "paul@t450:git",
      "backupLocation": true
    }
  ],
  "repositories": [
    "gitsyncer",
    "another-repo",
    "yet-another-repo"
  ],
  "skip_releases": {
    "fapi": ["0.0.1"]
  }
}