summaryrefslogtreecommitdiff
path: root/per-service/git-servers/roles/mirroring-gerrit/files/android-git-us.linaro.org.conf
blob: ee334e3a4cae8d007c69099ac62ce69c4c659f23 (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[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
$grok_manifest = /srv/repositories/manifest.js.gz
$grok_repo_root = /srv/repositories/

[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 (for improved performance or for testing)
$repo_root = /srv/repositories
$grok_manifest = /srv/repositories/manifest.js.gz
$grok_repo_root = /srv/repositories/

#[git://another-android-tree.org]
# Filesystem location of manifest to use as a project list.
# This manifest should be external fetched/maintained up to date
# (realistically, using git clone/pull, or alternatively using
# wget via some kind of repo viewer). Note that particular
# manifest won't necessarily contain all repositories available
# on some server, in this regard using $project_list may offer
# more complete coverage.
#$manifest = manifest/default.xml
# Mirror all projects under "subtree/" path on target server
#* = subtree/*
# If some projects are not in manifest (or project_list), they can
# be specified explicitly:
#platform/manifest = subtree/platform/manifest

[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
$project_list = https://android.googlesource.com/?format=TEXT

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

[git://git.linaro.org]
# people/kurt-r-taylor/tinyhal = platform/hardware/linaro/tinyhal
people/jesse.barker/glmark2 = packages/apps/glmark2
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
device/ti/proprietary-open = device/ti/proprietary-open
platform/hardware/ti/dra7xx = hardware/ti/dra7xx
platform/hardware/ti/wlan = hardware/ti/wlan

[https://github.com]
msg555/PowerTutor = platform/packages/apps/PowerTutor
waffle-gl/waffle = platform/external/waffle

# [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

[git://git.ti.com]
android-sdk/device-ti-proprietary-open = device/ti/proprietary-open-jacinto
android-sdk/device-ti-common-open = device/ti/common-open
android-sdk/device-ti-jacinto6evm = device/ti/jacinto6evm
android-sdk/u-boot = u-boot/linaro/jacinto6evm
android-sdk/kernel-omap = kernel/linaro/jacinto6evm
ipc/ipcdev = hardware/ti/ipc
ipc/ludev = hardware/ti/linuxutils
android-sdk/repo-libdce = hardware/ti/dce
android/device-ti-am57xevm = device/ti/am57xevm
android/device-ti-jacinto6evm = device/ti/jacinto6evm

[git://anongit.freedesktop.org]
git/piglit = platform/external/piglit