aboutsummaryrefslogtreecommitdiff
path: root/repo_to_repo_files/gcc-master.rtr
blob: 213e0117b26aca030489718c0a6d79e03d851a62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "input": [{
    "type": "svn",
    "address": "svn://gcc.gnu.org/svn/gcc",
    "mappings": ["branches/google/gcc-4_7-mobile"],
  },],
  "output": [{
    "type": "git",
    "address": "https://chromium.googlesource.com/chromiumos/third_party/gcc.git",
    "branch": "master",
    "ignores": [".svn", ".git"],
    "gerrit": True,
  },],
}