[PATCH] D69046: Added support for git/github to LLVMBuildFactory.

Andrei Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 16 08:36:47 PDT 2019


andreil99 created this revision.
andreil99 added reviewers: gkistanova, aorlov, vvereschaka.
andreil99 added projects: LLVM, Zorg.
Herald added a subscriber: llvm-commits.

Now LLVMBuildFactory supports both a "legacy mode" with SVN checkout and a git/github checkout.

This provides a transparent way of dialing with the source code in all the bots which use LLVMBuildFactory directly or indirectly through UnifiedTreeBuilder.

`is_legacy_mode` is True by default to keep the status quo, but later will be changed to False to migrate all the supported bots to github.


Repository:
  rL LLVM

https://reviews.llvm.org/D69046

Files:
  zorg/buildbot/process/factory.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69046.225228.patch
Type: text/x-patch
Size: 5705 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191016/903b5eba/attachment.bin>


More information about the llvm-commits mailing list