[PATCH] D37951: [zorg] Allow specification of svn update mode remotely

Galina via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 21 13:23:33 PDT 2017


gkistanova added a comment.

When you force to build a revision 0, you would get a red build before the next one will do a clean checkout. Which is not always good.

Some builders currently support a "clean" property and force a fully clean build in response, including the clean checkout.
With all the same, I'd prefer a consistent way of doing things. But it would take some time to add the support for the "clean" property to older factories, though.

Anyway, given that the immediate need in this change now is not that urgent, let's sit on for a while, shall we?


https://reviews.llvm.org/D37951





More information about the llvm-commits mailing list