[PATCH] D56550: Add recipes for migrating downstream branches of git mirrors

Danila Malyutin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 10 09:23:57 PST 2019


danilaml added inline comments.


================
Comment at: docs/Proposals/GitHubMove.rst:879
+  # Add a remote to the monorepo.
+  git -C my-monorepo remote add upstreamhttps://github.com/llvm-mirror/$x/monorepo https://github.com/llvm-git-prototype/llvm.git
+
----------------
> upstreamhttps




================
Comment at: docs/Proposals/GitHubMove.rst:908
+     cd my-monorepo
+     migrate-downstream-fork.py \
+       refs/remotes/local \
----------------
Perhaps adding somewhere before or after this elaborate explanation that the script also supports migrating other types of mirrors/repos would be enough to cover those cases (like migrating lnt/test-suite/etc forks). It was very straight--forward in my experience so built in help should be enough.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56550/new/

https://reviews.llvm.org/D56550





More information about the llvm-commits mailing list