summaryrefslogtreecommitdiffstats
path: root/scripts/compose_functions
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2015-08-11 19:51:43 +0200
committerChristian Heimes <cheimes@redhat.com>2015-08-14 12:09:11 +0200
commitd63ade55f5cc2a9ecf21ea2b43cfac80149c4c29 (patch)
tree2faa02bb4d45e04ea2fc957e649e6b344ec10c93 /scripts/compose_functions
parentf60846e025ff5492e8c05ccf525fe8df1b59bba6 (diff)
downloadpki-d63ade55f5cc2a9ecf21ea2b43cfac80149c4c29.tar.gz
pki-d63ade55f5cc2a9ecf21ea2b43cfac80149c4c29.tar.xz
pki-d63ade55f5cc2a9ecf21ea2b43cfac80149c4c29.zip
Move pylint-build-scan.py to scripts directory
Move internal helper and its configuration out of the project's root directory into scripts/. Also use re instead of fnmatch to find the upgrade scriptlets.
Diffstat (limited to 'scripts/compose_functions')
-rw-r--r--scripts/compose_functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/compose_functions b/scripts/compose_functions
index c9b0de36a..c4ae173e4 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.py dogtag.pylintrc"
+PKI_FILE_LIST="CMakeLists.txt COPYING CPackConfig.cmake ConfigureChecks.cmake DefineOptions.cmake README cmake_uninstall.cmake.in config.h.cmake scripts/pylint-build-scan.py scripts/dogtag.pylintrc"
export PKI_FILE_LIST
PKI_CMAKE_DIR="cmake"