aboutsummaryrefslogtreecommitdiff
path: root/mirror.conf
blob: 3b170b04c6151e2a8ca3ab7b736aecf194f5c16b (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[DESTINATION]
# Usecase 1: target is Gerrit, run as automatic cronjob
$repo_root = ssh://linaro-aosp-sync-bot@gerrit-git:29418
$gerrit_host = linaro-aosp-sync-bot@gerrit-git
$gerrit_port = 29418

[DESTINATION-admin]
# Usecase 2: target is Gerrit, run locally by Gerrit admin
# (e.g. to create projects)
$repo_root = ssh://android.git.linaro.org:29418
$gerrit_host = android.git.linaro.org
$gerrit_port = 29418
# Useful to override when you have more than a few SSH keys
# and you receive 'Too many authentication failures' error.
$ssh_identity = ~/.ssh/id_rsa

[DESTINATION-git]
# Usecase 2: target is a remote tree
$repo_root = ssh://somewhere.org/git

[DESTINATION-local]
# Usecase 3: target is a local tree (e.g. for testing)
$repo_root = /mnt/gerrit-git-snapshot/git

[git://android.git.kernel.org]
$active = false
$gerrit = review.source.android.com

[https://android.googlesource.com]
#$active = false
$gerrit = android-review.googlesource.com
$gerrit_ssh = false

[git://android.git.linaro.org]
$active = false
$gerrit = review.android.git.linaro.org
device/common = device/common-rename

[git://git.linaro.org]
people/kurt-r-taylor/tinyhal = platform/hardware/linaro/tinyhal
kernel/linux-linaro-tracking = kernel/linux-linaro-tracking
tools/pm-qa = platform/external/pm-qa
tools/powerdebug = platform/external/powerdebug
tools/powertop-2.0 = platform/external/powertop-2.0

[git://git.omapzoom.org]
#$active = false
kernel/omap = kernel/omap-omapzoom
platform/hardware/ti/omap4xxx = platform/hardware/ti/omap4xxx-omapzoom
platform/hardware/ti/domx = platform/hardware/ti/domx-omapzoom

[https://github.com]
msg555/PowerTutor = platform/packages/apps/PowerTutor

[git://igloocommunity.org]
git/android/platform/vendor/st-ericsson/multimedia/linux/b2r2lib = platform/vendor/st-ericsson/multimedia/linux/b2r2lib

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

[https://git.kernel.org]
pub/scm/linux/kernel/git/rostedt/trace-cmd = platform/external/trace-cmd