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
ca06b39b
Commit
ca06b39b
authored
8 years ago
by
Daniele Kruse
Browse files
Options
Downloads
Patches
Plain Diff
Revived the demo tapeserver daemon
parent
feeda731
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
+12
-0
12 additions, 0 deletions
cta.spec.in
tapeserver/castor/tape/tapeserver/daemon/CMakeLists.txt
+1
-1
1 addition, 1 deletion
tapeserver/castor/tape/tapeserver/daemon/CMakeLists.txt
with
13 additions
and
1 deletion
cta.spec.in
+
12
−
0
View file @
ca06b39b
...
...
@@ -92,6 +92,18 @@ The tape server daemon
%attr(0755,root,root) %{_bindir}/cta-taped
%attr(0755,root,root) %{_libdir}/libctamessages.so
%package -n cta-tapeserverd
Summary: CERN Tape Archive: tapeserver daemon (demo only)
Group: Application/CTA
requires: cta-lib
%description -n cta-tapeserverd
CERN Tape Archive:
The tape server daemon
%files -n cta-tapeserverd
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/cta-tapeserverd
%attr(0755,root,root) %{_libdir}/libctamessages.so
%package -n cta-frontend
Summary: CERN Tape Archive: Xrootd plugin
Group: Application/CTA
...
...
This diff is collapsed.
Click to expand it.
tapeserver/castor/tape/tapeserver/daemon/CMakeLists.txt
+
1
−
1
View file @
ca06b39b
...
...
@@ -104,7 +104,7 @@ add_executable(cta-tapeserverd TapeDaemon.cpp)
target_link_libraries
(
cta-tapeserverd ctaTapeServerDaemon SCSI System Utils
File TapeDrive ctacommon ctatapereactor
${
LIBCAP_LIB
}
${
ZLIB_LIBRARIES
}
ctamessages zmq ctaio ctautils
)
#
install (TARGETS cta-tapeserverd DESTINATION usr/bin)
install
(
TARGETS cta-tapeserverd DESTINATION usr/bin
)
add_library
(
ctatapeserverdaemonutils SHARED
ProcessForkerProxyDummy.cpp
)
...
...
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