aboutsummaryrefslogtreecommitdiff
path: root/mirror.conf.sample
blob: be6a1b5508774ac5c45ab9d0abcbce2055a2ad22 (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
[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 (for improved performance or for testing)
# Note that if repositories are backed by Gerrit then bypassing it for pushes
# means that some of Gerrit processing won't run - this includes triggers, and
# some other functionality like automatically marking local reviews which were
# merged upstream as "Merged" in local Gerrit.
$repo_root = /mnt/gerrit-git-snapshot/git

#[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 = review.android.git.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

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

# Sometimes you need to create different mirrors of the same server.
# Just append '#<slug>':
[https://github.com#2]
msg555/PowerTutor = platform2/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

[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/linaro/jacinto6evm
android-sdk/u-boot = u-boot/linaro/jacinto6evm
android-sdk/kernel-omap = kernel/linaro/jacinto6evm