Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
135bb030
Commit
135bb030
authored
3 years ago
by
Tigran Mkrtchyan
Browse files
Options
Downloads
Patches
Plain Diff
build: install frontend-grpc-svc into usr/bin
parent
01d08bb5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cta.spec.in
+14
-0
14 additions, 0 deletions
cta.spec.in
frontend_svc/gRPC/CMakeLists.txt
+3
-1
3 additions, 1 deletion
frontend_svc/gRPC/CMakeLists.txt
with
17 additions
and
1 deletion
cta.spec.in
+
14
−
0
View file @
135bb030
...
...
@@ -176,6 +176,20 @@ The xroot plugin
%systemd_post cta-frontend.service
%systemdDaemonReload
%package -n cta-frontend-grpc
Summary: CERN Tape Archive: gRPC based frontend
Group: Application/CTA
Requires: logrotate
Requires: cta-common = %{version}-%{release}
Requires: cta-lib = %{version}-%{release}
Requires: cta-lib-catalogue = %{version}-%{release}
%description -n cta-frontend-grpc
CERN Tape Archive:
gRPC based frontend
%files -n cta-frontend-grpc
%defattr(0755,root,root)
%attr(0755,root,root) %{_bindir}/frontend-grpc-svc
%package -n cta-cli
Summary: CERN Tape Archive: command line interface
Group: Application/CTA
...
...
This diff is collapsed.
Click to expand it.
frontend_svc/gRPC/CMakeLists.txt
+
3
−
1
View file @
135bb030
...
...
@@ -25,4 +25,6 @@ add_executable(frontend-grpc-svc FrontendGRpcSvc.cpp)
target_link_libraries
(
frontend-grpc-svc CtaGRpc
${
PROTOBUF3_LIBRARIES
}
${
GRPC_GRPC++_LIBRARY
}
ctascheduler ctacommon ctaobjectstore ctacatalogue
)
set_property
(
TARGET frontend-grpc-svc APPEND PROPERTY INSTALL_RPATH
${
PROTOBUF3_RPATH
}
)
\ No newline at end of file
set_property
(
TARGET frontend-grpc-svc APPEND PROPERTY INSTALL_RPATH
${
PROTOBUF3_RPATH
}
)
install
(
TARGETS frontend-grpc-svc DESTINATION usr/bin
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment