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
0feda674
Commit
0feda674
authored
7 years ago
by
jmakai
Browse files
Options
Downloads
Patches
Plain Diff
RPM: removing frontend-interface package
parent
8b41b6a1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+0
-1
0 additions, 1 deletion
CMakeLists.txt
cta.spec.in
+0
-13
0 additions, 13 deletions
cta.spec.in
xroot_plugins/messages/CMakeLists.txt
+0
-12
0 additions, 12 deletions
xroot_plugins/messages/CMakeLists.txt
xroot_ssi_pb/CMakeLists.txt
+0
-14
0 additions, 14 deletions
xroot_ssi_pb/CMakeLists.txt
with
0 additions
and
40 deletions
CMakeLists.txt
+
0
−
1
View file @
0feda674
...
...
@@ -142,7 +142,6 @@ ELSE(DEFINED PackageOnly)
add_subdirectory
(
tapeserver
)
add_subdirectory
(
tests
)
add_subdirectory
(
xroot_plugins
)
add_subdirectory
(
xroot_ssi_pb
)
endif
(
BUILD_CMDLINE_ONLY
)
#Generate version information
...
...
This diff is collapsed.
Click to expand it.
cta.spec.in
+
0
−
13
View file @
0feda674
...
...
@@ -169,19 +169,6 @@ The xroot plugin
%post -n cta-frontend -p /sbin/ldconfig
%postun -n cta-frontend -p /sbin/ldconfig
%package -n cta-frontend-interface
Summary: CERN Tape Archive Frontend Interface
Group: Application/CTA
Requires: xrootd-server-libs, xrootd-private-devel
%description -n cta-frontend-interface
CERN Tape Archive:
Frontend Interface
%files -n cta-frontend-interface
%defattr(0755,root,root)
%{_libdir}/libXrdCtaMessages.a
%{_includedir}/cta
%{_includedir}/cta/xroot_plugins/messages
%package -n cta-cli
Summary: CERN Tape Archive: command line interface
Group: Application/CTA
...
...
This diff is collapsed.
Click to expand it.
xroot_plugins/messages/CMakeLists.txt
+
0
−
12
View file @
0feda674
...
...
@@ -28,15 +28,3 @@ include_directories(${PROTOBUF3_INCLUDE_DIRS})
add_library
(
XrdCtaMessages
${
CTA_FRONT_END_MESSAGES_SRC_FILES
}
)
target_link_libraries
(
XrdCtaMessages
${
PROTOBUF3_LIBRARIES
}
)
install
(
TARGETS XrdCtaMessages DESTINATION usr/
${
CMAKE_INSTALL_LIBDIR
}
)
install
(
FILES
${
ProtoHeaders
}
DESTINATION usr/
${
CMAKE_INSTALL_INCLUDEDIR
}
/cta/xroot_plugins/messages
)
install
(
FILES CtaFrontendApi.hpp
DESTINATION usr/
${
CMAKE_INSTALL_INCLUDEDIR
}
/cta
)
This diff is collapsed.
Click to expand it.
xroot_ssi_pb/CMakeLists.txt
deleted
100644 → 0
+
0
−
14
View file @
8b41b6a1
set
(
CTA_SSI_HEADERS
XrdSsiPbAlert.hpp
XrdSsiPbDebug.hpp
XrdSsiPbException.hpp
XrdSsiPbRequest.hpp
XrdSsiPbRequestProc.hpp
XrdSsiPbService.hpp
XrdSsiPbServiceClientSide.hpp
)
install
(
FILES
${
CTA_SSI_HEADERS
}
DESTINATION usr/
${
CMAKE_INSTALL_INCLUDEDIR
}
/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