blob: d4b1387a3e659fd09c6bb73d626b76d3935c5ec8 [file] [log] [blame]
<!--
Copyright 2020 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!--
The following repositories have caused build failures due to intermittent
fetch issues. Since "repo sync" can handle flaky repositories, we add
them here so that they will be in the source tree.
-->
<manifest>
<remote name="chromium"
fetch="https://chromium.googlesource.com"
review="https://chromium-review.googlesource.com" />
<!--
These repositories do not need to be pinned to a specific commit SHA
because their ebuilds already pin to a specific commit SHA. We just need
to make sure that the commit SHA needed by the ebuild is reachable by the
revision written here.
However, we still pin to a commit SHA to avoid generating a ton of erroneous
build numbers.
-->
<project path="src/third_party/autotest/files/server/cros/faft/fw-testing-configs"
name="chromiumos/platform/fw-testing-configs"
revision="22c5b21a61f6477ec943cde45a66526c0f2c11ad"
remote="chromium" />
<project path="src/platform/tast"
name="chromiumos/platform/tast"
revision="e4d08848f7ee842b8cc7eef4b5ac40371eab0c5a"
remote="chromium" />
<project path="src/platform/tast-tests"
name="chromiumos/platform/tast-tests"
revision="c21df20297534ad71c6cea3ac0b364abfcfecfbc"
remote="chromium" />
<project path="src/platform/tast-tests/src/chromiumos/tast/remote/firmware/data/fw-testing-configs"
name="chromiumos/platform/fw-testing-configs"
revision="22c5b21a61f6477ec943cde45a66526c0f2c11ad"
remote="chromium" />
<project path="src/platform/microbenchmarks"
name="chromiumos/platform/microbenchmarks"
revision="a3c495a9f5657c3778e5179d1c1ba073ad26020b"
remote="chromium" />
<project path="src/third_party/hdctools"
name="chromiumos/third_party/hdctools"
revision="e521fed7a332b7c82232171a18361da239e9be62"
remote="chromium" />
<project path="src/third_party/rootdev"
name="chromiumos/third_party/rootdev"
revision="b2f37be7c25bc83b76f1b7063a4ef38b824dc4ef"
remote="chromium" />
<!--
breakpad and lss are special; they need to be pinned to specific commit
SHAs, similar to our mirrored repositories.
-->
<project path="src/third_party/breakpad"
name="breakpad/breakpad"
revision="a524a1e24b19dcb3605190e5e9bb1b0f10ca8be8"
remote="chromium" />
<project path="src/third_party/breakpad/src/third_party/lss"
name="linux-syscall-support.git"
revision="e1e7b0ad8ee99a875b272c8e33e308472e897660"
remote="chromium" />
</manifest>