summaryrefslogtreecommitdiff
path: root/per-service/git-servers/roles/mirroring-gerrit/files/git-us.linaro.org.conf
blob: ecd13aa78bc41f795543a731796dbac07f92e7f1 (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
25
26
27
28
29
30
31
32
33
34
35
[DESTINATION]
# For project creation
$repo_root = ssh://linaro-gerrit-bot@linaro-review:29418
$gerrit_host = linaro-gerrit-bot@linaro-review
$gerrit_port = 29418
$grok_manifest = /var/www/git.linaro.org/manifest.js.gz
$grok_repo_root = /srv/repositories/

[DESTINATION-local]
# For direct filesystem pushing
$repo_root = /srv/repositories
$grok_manifest = /var/www/git.linaro.org/manifest.js.gz
$grok_repo_root = /srv/repositories/

[http://llvm.org]
git/llvm = toolchain/llvm/llvm
git/clang = toolchain/llvm/clang
git/compiler-rt = toolchain/llvm/compiler-rt
git/openmp = toolchain/llvm/openmp
git/libcxx = toolchain/llvm/libcxx
git/libcxxabi = toolchain/llvm/libcxxabi
git/test-suite = toolchain/llvm/test-suite
git/clang-tools-extra = toolchain/llvm/clang-tools-extra
git/libunwind = toolchain/llvm/libunwind
git/lld = toolchain/llvm/lld
git/lldb = toolchain/llvm/lldb
git/lnt = toolchain/llvm/lnt
git/zorg = toolchain/llvm/zorg

[git://sourceware.org]
git/binutils-gdb = toolchain/binutils-gdb
git/newlib-cygwin = toolchain/newlib

[git://gcc.gnu.org]
git/gcc = toolchain/gcc