summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAbhishek Koneru <akoneru@redhat.com>2013-07-22 21:16:59 -0400
committerAbhishek Koneru <akoneru@redhat.com>2013-08-09 12:15:41 -0400
commit23cce978aedc948723a3cce211b4e743b0e7c444 (patch)
tree692fd70e3db88a37dff2cff7bf9c12e0b994c66a /scripts
parent68417821be716a300065c06d6c5c76828cb48c6a (diff)
downloadpki-23cce978aedc948723a3cce211b4e743b0e7c444.tar.gz
pki-23cce978aedc948723a3cce211b4e743b0e7c444.tar.xz
pki-23cce978aedc948723a3cce211b4e743b0e7c444.zip
Adding pylint scan to the build.
Adding the scripts and the pylintrc file to the build process. The script is called before packaging the classes in the compose scripts. Ticket #316
Diffstat (limited to 'scripts')
-rw-r--r--scripts/compose_functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/compose_functions b/scripts/compose_functions
index 7fbb941d6..3c08453e7 100644
--- a/scripts/compose_functions
+++ b/scripts/compose_functions
@@ -49,7 +49,7 @@ export PKI_BASE_DIR
PKI_DOGTAG_DIR="${PKI_DIR}/dogtag"
export PKI_DOGTAG_DIR
-PKI_FILE_LIST="CMakeLists.txt COPYING CPackConfig.cmake ConfigureChecks.cmake DefineOptions.cmake README cmake_uninstall.cmake.in config.h.cmake"
+PKI_FILE_LIST="CMakeLists.txt COPYING CPackConfig.cmake ConfigureChecks.cmake DefineOptions.cmake README cmake_uninstall.cmake.in config.h.cmake pylint-build-scan.sh dogtag.pylintrc"
export PKI_FILE_LIST
PKI_CMAKE_DIR="cmake"