Hide Forgot
Dogtag 9 pki-tps does not build for git repo
Sent out the following email: CMakeLists.txt file was changed to account for the removal of empty directories from the source code. Bugzilla Bug #782953 --- pki/base/tps/CMakeLists.txt | 91 +++++++++++++++++++++++++++++++------------ 1 files changed, 66 insertions(+), 25 deletions(-) diff --git a/pki/base/tps/CMakeLists.txt b/pki/base/tps/CMakeLists.txt index cefe11c..96d23fe 100644 --- a/pki/base/tps/CMakeLists.txt +++ b/pki/base/tps/CMakeLists.txt @@ -98,31 +98,6 @@ install( install( DIRECTORY - forms/esc/demo - forms/esc/home - forms/esc/so - forms/esc/sow - forms/tps - DESTINATION - ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot - PATTERN - "forms/esc/sow/css" EXCLUDE - PATTERN - "forms/esc/sow/images"EXCLUDE - PATTERN - "forms/esc/sow/js"EXCLUDE - PATTERN - "forms/tps/admin/console/css"EXCLUDE -) - -install( - DIRECTORY - DESTINATION - ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/tokendb -) - -install( - DIRECTORY lib DESTINATION ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME} @@ -165,3 +140,69 @@ install( ${VAR_INSTALL_DIR}/run/pki/tps ) +install( + DIRECTORY + DESTINATION + ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/demo +) + +install( + DIRECTORY + DESTINATION + ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/home +) + +install( + DIRECTORY + DESTINATION + ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/so +) + +install( + DIRECTORY + DESTINATION + ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/sow +) + +install( + DIRECTORY + DESTINATION + ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/tokendb +) + +install( + DIRECTORY + DESTINATION + ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/tps +) + +install( + DIRECTORY + DESTINATION + ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/tps/admin +) + +install( + DIRECTORY + DESTINATION + ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/tps/admin/console +) + +install( + DIRECTORY + DESTINATION + ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/tps/admin/console/config +) + +install( + DIRECTORY + DESTINATION + ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/tps/admin/console/img +) + +install( + DIRECTORY + DESTINATION + ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}/docroot/tps/admin/console/js +) + -- 1.7.7.1
Created attachment 556163 [details] Fix of broken build of pki tps in git repo patch
[481] git push Counting objects: 11, done. Delta compression using up to 4 threads. Compressing objects: 100% (5/5), done. Writing objects: 100% (6/6), 706 bytes, done. Total 6 (delta 4), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/pki.git 45f30bd..5bf257b DOGTAG_9_BRANCH -> DOGTAG_9_BRANCH
# git push Counting objects: 11, done. Delta compression using up to 4 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 756 bytes, done. Total 6 (delta 4), reused 0 (delta 0) To ssh://git.fedorahosted.org/git/pki.git 84e5122..413d6cb master -> master
This bug is currently assigned to an unsupported release. If you think this bug is still valid and should remain open, please re-assign it to a supported release (F22, F23) or to rawhide. Bugs which will be assigned to an unsupported release are going to be closed as EOL (End Of Life) on January 26th, 2016.
This bug may be closed on January 26th, 2016.