Skip to content
GitLab
Menu
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
95b2b6af
Commit
95b2b6af
authored
Jul 13, 2020
by
Cedric Caffy
Browse files
Added cta-objectstore-create-missing-repack-index tool to CTA RPMs
parent
3aab3660
Changes
2
Hide whitespace changes
Inline
Side-by-side
cta.spec.in
View file @
95b2b6af
...
...
@@ -303,6 +303,7 @@ Tools allowing initialization and inspection of the object store.
%attr(0755,root,root) %{_bindir}/cta-objectstore-unfollow-agent
%attr(0755,root,root) %{_bindir}/cta-objectstore-dereference-removed-queues
%attr(0755,root,root) %{_bindir}/cta-objectstore-collect-orphaned-object
%attr(0755,root,root) %{_bindir}/cta-objectstore-create-missing-repack-index
#cta-systemtests installs libraries so we need ldconfig.
%post -n cta-systemtests -p /sbin/ldconfig
...
...
objectstore/CMakeLists.txt
View file @
95b2b6af
...
...
@@ -163,5 +163,5 @@ target_link_libraries(cta-objectstore-create-missing-repack-index
${
PROTOBUF3_LIBRARIES
}
ctaobjectstore ctacommon
)
install
(
TARGETS cta-objectstore-initialize cta-objectstore-list cta-objectstore-dump-object cta-objectstore-unfollow-agent
cta-objectstore-dereference-removed-queues cta-objectstore-collect-orphaned-object
cta-objectstore-dereference-removed-queues cta-objectstore-collect-orphaned-object
cta-objectstore-create-missing-repack-index
DESTINATION usr/bin
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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