aboutsummaryrefslogtreecommitdiff
path: root/deprecated/repo_to_repo_files/gcc-master.json.rtr
blob: 692ae7c9d070a0a0c9a9ce13fec7abee4f415098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "input": [
    {
      "type": "svn", 
      "mappings": [
        "branches/google/gcc-4_7-mobile"
      ], 
      "address": "svn://gcc.gnu.org/svn/gcc"
    }
  ], 
  "output": [
    {
      "gerrit": true, 
      "type": "git", 
      "ignores": [
        ".svn", 
        ".git"
      ], 
      "branch": "master", 
      "address": "https://chromium.googlesource.com/chromiumos/third_party/gcc.git"
    }
  ]
}