From d63ade55f5cc2a9ecf21ea2b43cfac80149c4c29 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 11 Aug 2015 19:51:43 +0200 Subject: 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. --- scripts/compose_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/compose_functions') 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" -- cgit