Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
69bb897b
Commit
69bb897b
authored
Jul 08, 2019
by
Michael Davis
Browse files
[upgrade-db] Adds upgrade-db to catalogue tools RPM
parent
629b0956
Changes
4
Hide whitespace changes
Inline
Side-by-side
cta.spec.in
View file @
69bb897b
...
...
@@ -287,6 +287,7 @@ Scripts and utilities to faciliate working with the CTA catalogue
%attr(0755,root,root) %{_bindir}/cta-catalogue-schema-drop
%attr(0755,root,root) %{_bindir}/cta-catalogue-schema-verify
%attr(0755,root,root) %{_bindir}/cta-database-poll
%attr(0755,root,root) %{_bindir}/upgrade-db
%attr(0644,root,root) %doc /usr/share/man/man1/cta-catalogue-admin-user-create.1cta.gz
%attr(0644,root,root) %doc /usr/share/man/man1/cta-catalogue-schema-create.1cta.gz
%attr(0644,root,root) %doc /usr/share/man/man1/cta-catalogue-schema-drop.1cta.gz
...
...
migration/gRPC/CMakeLists.txt
View file @
69bb897b
...
...
@@ -25,5 +25,4 @@ add_executable(eos-import-dirs EosImportDirs.cpp GrpcClient.cpp)
target_link_libraries
(
eos-import-dirs EosMigration
${
PROTOBUF3_LIBRARIES
}
${
GRPC_LIBRARY
}
${
GRPC_GRPC++_LIBRARY
}
ctacatalogue
)
set_property
(
TARGET eos-import-dirs APPEND PROPERTY INSTALL_RPATH
${
PROTOBUF3_RPATH
}
)
install
(
TARGETS eos-import-dirs DESTINATION usr/bin
)
install
(
FILES eos-import-dirs.1cta DESTINATION usr/share/man/man1
)
#install(TARGETS eos-import-dirs DESTINATION usr/bin)
upgrade_db/CMakeLists.txt
View file @
69bb897b
...
...
@@ -22,4 +22,4 @@ include_directories(${XRD_SSI_PB_DIR}/include ${XROOTD_INCLUDE_DIR} ${XROOTD_INC
add_executable
(
upgrade-db UpgradeDB.cpp
)
target_link_libraries
(
upgrade-db ctacatalogue
)
#
install(TARGETS upgrade-db DESTINATION usr/bin)
install
(
TARGETS upgrade-db DESTINATION usr/bin
)
xrootd-ssi-protobuf-interface
@
703aa091
Subproject commit
5e5cb0b302c4225d8e47c2b788a1d91ce4fa57f5
Subproject commit
703aa091b704c14e2a983f92b685e1d82e063bfa
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment