[PATCH] D69450: Migrate the annotated buildbots to github

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 25 14:56:58 PDT 2019


rnk created this revision.
rnk added reviewers: inglorion, thakis.

Reuse the base LLVMBuildFactory logic for checking out and updating
llvm-project instead of implementing it in the script.

There are advantages to putting the 'git' logic in the script, but since
we need a master restart anyway to move to git, we might as well reuse
the buildbot git step for now. I'm not sure what the best practices are
for incrementally updating a git repository anyway.


https://reviews.llvm.org/D69450

Files:
  zorg/buildbot/builders/AnnotatedBuilder.py
  zorg/buildbot/builders/annotated/annotated_builder.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69450.226502.patch
Type: text/x-patch
Size: 6485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191025/b739cffc/attachment.bin>


More information about the llvm-commits mailing list