[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://ultimate-android-tree.org] # If manual manifest mirroring doesn't cut, here's now a feature # to use manifest file from one of the repositories being mirrored, # so freshed manifest will be used automagically # Typical setup: #$manifest = mirror:platform/manifest#branch;default.xml #* = subtree/* #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 '#': [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