gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls-3_0_12-2-ge5c0a4a


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls-3_0_12-2-ge5c0a4a
Date: Fri, 20 Jan 2012 13:53:38 +0000

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 "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=e5c0a4a557104fa88b2677a1406f95f40a1c6db9

The branch, master has been updated
       via  e5c0a4a557104fa88b2677a1406f95f40a1c6db9 (commit)
      from  2abcc5719e4cd4a38b4efd850c44b224d134ad81 (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 -----------------------------------------------------------------
commit e5c0a4a557104fa88b2677a1406f95f40a1c6db9
Author: Simon Josefsson <address@hidden>
Date:   Fri Jan 20 14:53:33 2012 +0100

    Add rules to generate clang analysis.

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

Summary of changes:
 cfg.mk |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 82310f8..ef9aed3 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -93,6 +93,25 @@ upload-web-coverage:
        cd $(htmldir) && \
                cvs commit -m "Update." coverage
 
+# Clang
+
+clang:
+       make clean
+       scan-build ./configure
+       rm -rf scan.tmp
+       scan-build -o scan.tmp make
+
+clang-copy:
+       rm -fv `find $(htmldir)/clang -type f | grep -v CVS`
+       mkdir -p $(htmldir)/clang/
+       cp -rv scan.tmp/*/* $(htmldir)/clang/
+
+clang-upload:
+       cd $(htmldir) && \
+               cvs add clang || true && \
+               cvs add clang/*.css clang/*.js clang/*.html || true && \
+               cvs commit -m "Update." clang
+
 # Release
 
 ChangeLog:


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]