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
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
0de216d7
Commit
0de216d7
authored
5 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
Removed unused cta-xsmc package
parent
c584b785
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
XRootdSSiRmcd/CMakeLists.txt
+3
-3
3 additions, 3 deletions
XRootdSSiRmcd/CMakeLists.txt
cta.spec.in
+0
-13
0 additions, 13 deletions
cta.spec.in
with
3 additions
and
16 deletions
XRootdSSiRmcd/CMakeLists.txt
+
3
−
3
View file @
0de216d7
...
...
@@ -45,9 +45,9 @@ include_directories(${CMAKE_BINARY_DIR}/XRootdSSiRmcd ${PROTOBUF3_INCLUDE_DIRS})
add_executable
(
cta-xsmc RmcdClient.cpp
)
target_link_libraries
(
cta-xsmc XrdSsi-4 XrdSsiLib XrdSsiPbRmcd XrdUtils
)
set_property
(
TARGET cta-xsmc APPEND PROPERTY INSTALL_RPATH
${
PROTOBUF3_RPATH
}
)
install
(
TARGETS cta-xsmc DESTINATION /usr/bin
)
install
(
FILES cta-xsmc-mount.1cta DESTINATION /usr/share/man/man1
)
install
(
FILES cta-xsmc-dismount.1cta DESTINATION /usr/share/man/man1
)
#
install (TARGETS cta-xsmc DESTINATION /usr/bin)
#
install (FILES cta-xsmc-mount.1cta DESTINATION /usr/share/man/man1)
#
install (FILES cta-xsmc-dismount.1cta DESTINATION /usr/share/man/man1)
#
# XRootD SSI plugin for Test Server
...
...
This diff is collapsed.
Click to expand it.
cta.spec.in
+
0
−
13
View file @
0de216d7
...
...
@@ -163,19 +163,6 @@ The xroot plugin
%systemd_post cta-xrmcd.service
%systemdDaemonReload
%package -n cta-xsmc
Summary: CERN Tape Archive: command line interface
Group: Application/CTA
Requires: cta-lib = %{version}-%{release}
%description -n cta-xsmc
CERN Tape Archive:
The xroot plugin
%files -n cta-xsmc
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/cta-xsmc
%attr(0644,root,root) %doc /usr/share/man/man1/cta-xsmc-mount.1cta.gz
%attr(0644,root,root) %doc /usr/share/man/man1/cta-xsmc-dismount.1cta.gz
%package -n cta-frontend
Summary: CERN Tape Archive: Xrootd plugin
Group: Application/CTA
...
...
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