tuna / issues

Code Unrelated Issues
362 stars 28 forks source link

Have a change with the mirror of ChromiumOS(给chromiumos的同步内容做个调整) #474

Closed zyppe closed 4 years ago

zyppe commented 6 years ago

chromiumos的代码和最早的同步方法已经发生了一定的差别,现在manifest所需要引用的库已经有了一定差别,没有了之前的weave,增加了一些其他在googlesource上的库。例如

<!-- Chromium repositories. -->
  <!-- Please keep depot_tools pin in sync with our build recipe at:
    https://cs.chromium.org/chromium/build/scripts/slave/recipe_modules/chromite/api.py
    -->
  <project path="chromium/tools/depot_tools"
           name="chromium/tools/depot_tools"
           revision="93277a7fc8ef8ad9b5e2f774ea6e2e91c8ed3c9b"
           remote="chromium"
           groups="minilayout,firmware,buildtools,labtools" />
  <project path="chromium/src/buildtools"
           name="chromium/buildtools"
           remote="chromium"
           groups="minilayout,buildtools,labtools" />
  <project path="chromium/src/buildtools/clang_format/script"
           name="chromium/llvm-project/cfe/tools/clang-format"
           remote="chromium"
           groups="minilayout,buildtools,labtools" />
  <project path="chromium/src/third_party/libmtp"
           name="chromium/deps/libmtp"
           remote="chromium" />
  <project path="chromium/src/third_party/Python-Markdown"
           name="chromium/src/third_party/Python-Markdown"
           remote="chromium" />
  <project path="chromium/src/tools/md_browser"
           name="chromium/src/tools/md_browser"
           remote="chromium" />

希望清华的镜像可以把同步的文件依据manifest做一点调整。 manifest在https://chromium.googlesource.com/chromiumos/manifest.git

huiyiqun commented 6 years ago

感谢反馈!

chromiumos 的代码镜像是我在维护,但是我本人现在没有用,所以不会跟踪得这么及时。

预计在下个月中旬会有时间来更新,需要完成地内容包括:

zyppe commented 6 years ago

麻烦您确认下infra和chromite(例如project path="infra/ci_results_archiver"中的infra)是不是在同步仓库里面。除了上述新增的库之外,在主体部分我个人同步代码时也遇到了无法直接从镜像走。

huiyiqun commented 6 years ago

2018-11-01 3 30 34

经查 infra 与 chromite 同步正常