summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2015-07-15 09:56:09 +0200
committerChristian Heimes <cheimes@redhat.com>2015-08-10 11:58:43 +0200
commite0af593277a26192992f939f24e6df3a0ec959f6 (patch)
tree3cedda2da91233565e5c318d919ca8ad7efbf722 /scripts
parent3a1fd9c92560a79e3f01e321cbed9b7deb837134 (diff)
downloadpki-e0af593277a26192992f939f24e6df3a0ec959f6.tar.gz
pki-e0af593277a26192992f939f24e6df3a0ec959f6.tar.xz
pki-e0af593277a26192992f939f24e6df3a0ec959f6.zip
Rewrite pylint-build-scan as improved Python script
The upgrade scripts don't have a .py file extension. For this reason they are not picked up by pylint in tox.ini. Tox doesn't support shell scripting. In order to check all files I rewrote the pylint-build-scan.sh script as Python script.
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 14dd96572..c9b0de36a 100644
--- a/scripts/compose_functions
+++ b/scripts/compose_functions
@@ -42,7 +42,7 @@ export PKI_DOGTAG_DIR
PKI_REDHAT_DIR="${PKI_DIR}/redhat"
export PKI_REDHAT_DIR
-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"
+PKI_FILE_LIST="CMakeLists.txt COPYING CPackConfig.cmake ConfigureChecks.cmake DefineOptions.cmake README cmake_uninstall.cmake.in config.h.cmake pylint-build-scan.py dogtag.pylintrc"
export PKI_FILE_LIST
PKI_CMAKE_DIR="cmake"