[releng] Add support for cmake modules



commit e8e55b800a2a7ee90cb7853a3628a573bd07fce4
Author: Frédéric Péters <fpeters 0d be>
Date:   Tue Jul 13 09:00:27 2010 +0200

    Add support for cmake modules

 tools/smoketesting/convert-to-tarballs.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tools/smoketesting/convert-to-tarballs.py b/tools/smoketesting/convert-to-tarballs.py
index 6154dca..6dc284b 100755
--- a/tools/smoketesting/convert-to-tarballs.py
+++ b/tools/smoketesting/convert-to-tarballs.py
@@ -778,6 +778,7 @@ class ConvertToTarballs:
                         continue
                 elif node.nodeName == 'distutils' or \
                      node.nodeName == 'waf' or \
+                     node.nodeName == 'cmake' or \
                      node.nodeName == 'autotools':
                     # Distutils and autotools modules are kind of
                     # complicated; they may be a tarball or a source code



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