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
bfe2a0cc
Commit
bfe2a0cc
authored
Jun 20, 2017
by
Steven Murray
Browse files
Packaged cta-objectsore-unfollow-agent
parent
5e285289
Changes
2
Hide whitespace changes
Inline
Side-by-side
cta.spec.in
View file @
bfe2a0cc
...
...
@@ -245,6 +245,7 @@ Tools allowing initialization and inspection of the object store.
%attr(0755,root,root) %{_bindir}/cta-objectstore-initialize
%attr(0755,root,root) %{_bindir}/cta-objectstore-list
%attr(0755,root,root) %{_bindir}/cta-objectstore-dump-object
%attr(0755,root,root) %{_bindir}/cta-objectstore-unfollow-agent
#cta-systemtests installs libraries so we need ldconfig.
%post -n cta-systemtests -p /sbin/ldconfig
...
...
objectstore/CMakeLists.txt
View file @
bfe2a0cc
...
...
@@ -102,8 +102,9 @@ target_link_libraries(cta-objectstore-dump-object
${
PROTOBUF3_LIBRARIES
}
ctaobjectstore ctacommon
)
add_executable
(
cta-objectstore-unfollow-agent cta-objectstore-unfollow-agent.cpp
)
set_target_properties
(
cta-objectstore-unfollow-agent PROPERTIES INSTALL_RPATH
${
PROTOBUF3_RPATH
}
)
target_link_libraries
(
cta-objectstore-unfollow-agent
${
PROTOBUF3_LIBRARIES
}
ctaobjectstore ctacommon
)
install
(
TARGETS cta-objectstore-initialize cta-objectstore-list cta-objectstore-dump-object
install
(
TARGETS cta-objectstore-initialize cta-objectstore-list cta-objectstore-dump-object
cta-objectstore-unfollow-agent
DESTINATION usr/bin
)
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