[Cmake-commits] CMake branch, next, updated. v2.8.1-1451-g0efe1b7

Brad King brad.king at kitware.com
Tue Jun 22 08:42:33 EDT 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  0efe1b7a871f12cb702cf4c20dfd3d9e83c4f14f (commit)
       via  fbdb9e4f76ad28ed6113bc5e841c24715292115d (commit)
      from  20b29b070ef7a6fcc1842b2554edc9798bce522c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0efe1b7a871f12cb702cf4c20dfd3d9e83c4f14f
commit 0efe1b7a871f12cb702cf4c20dfd3d9e83c4f14f
Merge: 20b29b0 fbdb9e4
Author: Brad King <brad.king at kitware.com>
Date:   Tue Jun 22 08:42:23 2010 -0400

    Merge branch 'test-docs-xmllint-nonet' into next


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fbdb9e4f76ad28ed6113bc5e841c24715292115d
commit fbdb9e4f76ad28ed6113bc5e841c24715292115d
Author: Brad King <brad.king at kitware.com>
Date:   Tue Jun 22 08:37:33 2010 -0400

    Run CMake.HTML test without net access (#10857)
    
    Use xmllint's --nonet option to avoid downloading the xhtml DTD.
    
    A simple experiment with 'xmllint --valid --noout --nonet bad.html'
    indicates that the tool is still capable of validating this particular
    DTD without downloading a fresh copy.  It correctly rejects the invalid
    element '<pre2> </pre2>'.

diff --git a/Utilities/CMakeLists.txt b/Utilities/CMakeLists.txt
index ecae7b0..dcbcd4f 100644
--- a/Utilities/CMakeLists.txt
+++ b/Utilities/CMakeLists.txt
@@ -139,7 +139,7 @@ if(BUILD_TESTING)
   mark_as_advanced(LIBXML2_XMLLINT_EXECUTABLE)
   if(LIBXML2_XMLLINT_EXECUTABLE)
     add_test(CMake.HTML
-      ${LIBXML2_XMLLINT_EXECUTABLE} --valid --noout ${HTML_FILES}
+      ${LIBXML2_XMLLINT_EXECUTABLE} --valid --noout --nonet ${HTML_FILES}
       )
   endif()
 endif()

-----------------------------------------------------------------------

Summary of changes:
 Utilities/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list