Re: [PATCH] D24024: Checkout cfe when building clang-tools-extra docs.

2016-09-01 Thread Alexander Kornienko via cfe-commits
This revision was automatically updated to reflect the committed changes.
Closed by commit rL280354: Checkout cfe when building clang-tools-extra docs. 
(authored by alexfh).

Changed prior to commit:
  https://reviews.llvm.org/D24024?vs=69667&id=69984#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D24024

Files:
  zorg/trunk/zorg/buildbot/builders/SphinxDocsBuilder.py

Index: zorg/trunk/zorg/buildbot/builders/SphinxDocsBuilder.py
===
--- zorg/trunk/zorg/buildbot/builders/SphinxDocsBuilder.py
+++ zorg/trunk/zorg/buildbot/builders/SphinxDocsBuilder.py
@@ -32,7 +32,7 @@
   defaultBranch='trunk',
   workdir=llvm_srcdir))
 
-if clang_html:
+if clang_html or clang_tools_html:
 f.addStep(SVN(name='svn-clang',
   mode='update',
   baseURL='http://llvm.org/svn/llvm-project/cfe/',


Index: zorg/trunk/zorg/buildbot/builders/SphinxDocsBuilder.py
===
--- zorg/trunk/zorg/buildbot/builders/SphinxDocsBuilder.py
+++ zorg/trunk/zorg/buildbot/builders/SphinxDocsBuilder.py
@@ -32,7 +32,7 @@
   defaultBranch='trunk',
   workdir=llvm_srcdir))
 
-if clang_html:
+if clang_html or clang_tools_html:
 f.addStep(SVN(name='svn-clang',
   mode='update',
   baseURL='http://llvm.org/svn/llvm-project/cfe/',
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


Re: [PATCH] D24024: Checkout cfe when building clang-tools-extra docs.

2016-08-31 Thread Dmitri Gribenko via cfe-commits
gribozavr accepted this revision.
gribozavr added a comment.
This revision is now accepted and ready to land.

LGTM, thanks!


https://reviews.llvm.org/D24024



___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[PATCH] D24024: Checkout cfe when building clang-tools-extra docs.

2016-08-30 Thread Alexander Kornienko via cfe-commits
alexfh created this revision.
alexfh added a reviewer: gribozavr.
alexfh added a subscriber: cfe-commits.

Checkout cfe when building clang-tools-extra docs. Otherwise cmake
doesn't find clang-tools-extra cmake files.

https://reviews.llvm.org/D24024

Files:
  zorg/buildbot/builders/SphinxDocsBuilder.py

Index: zorg/buildbot/builders/SphinxDocsBuilder.py
===
--- zorg/buildbot/builders/SphinxDocsBuilder.py
+++ zorg/buildbot/builders/SphinxDocsBuilder.py
@@ -32,7 +32,7 @@
   defaultBranch='trunk',
   workdir=llvm_srcdir))
 
-if clang_html:
+if clang_html or clang_tools_html:
 f.addStep(SVN(name='svn-clang',
   mode='update',
   baseURL='http://llvm.org/svn/llvm-project/cfe/',


Index: zorg/buildbot/builders/SphinxDocsBuilder.py
===
--- zorg/buildbot/builders/SphinxDocsBuilder.py
+++ zorg/buildbot/builders/SphinxDocsBuilder.py
@@ -32,7 +32,7 @@
   defaultBranch='trunk',
   workdir=llvm_srcdir))
 
-if clang_html:
+if clang_html or clang_tools_html:
 f.addStep(SVN(name='svn-clang',
   mode='update',
   baseURL='http://llvm.org/svn/llvm-project/cfe/',
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits