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
8f6d2bbf
Commit
8f6d2bbf
authored
8 years ago
by
Daniele Kruse
Browse files
Options
Downloads
Patches
Plain Diff
Fixed missing configuration file
parent
7e56fe7c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cmdline/CMakeLists.txt
+1
-1
1 addition, 1 deletion
cmdline/CMakeLists.txt
cta.spec.in
+1
-1
1 addition, 1 deletion
cta.spec.in
xroot_plugins/CMakeLists.txt
+1
-1
1 addition, 1 deletion
xroot_plugins/CMakeLists.txt
with
3 additions
and
3 deletions
cmdline/CMakeLists.txt
+
1
−
1
View file @
8f6d2bbf
...
...
@@ -24,6 +24,6 @@ include_directories (${XROOTD_INCLUDE_DIR} ${XROOTD_PRIVATE_INCLUDE_DIR} ${CMAKE
add_executable
(
cta CTACmdMain.cpp
)
target_link_libraries
(
cta
${
XROOTD_XRDCL_LIB
}
ctacommon cryptopp ctautils
)
install
(
TARGETS cta DESTINATION usr/bin
)
INSTALL
(
FILES cta-cli.conf DESTINATION
${
CMAKE_INSTALL_SYSCONFDIR
}
)
INSTALL
(
FILES cta-cli.conf DESTINATION
${
CMAKE_INSTALL_SYSCONFDIR
}
/cta
)
include_directories
(
${
CMAKE_SOURCE_DIR
}
/tapeserver/
)
This diff is collapsed.
Click to expand it.
cta.spec.in
+
1
−
1
View file @
8f6d2bbf
...
...
@@ -153,7 +153,7 @@ The shared libraries
%attr(0755,root,root) %{_libdir}/libctardbms.so
%attr(0755,root,root) %{_libdir}/libctatapereactorutils.so
%attr(0755,root,root) %{_libdir}/libctatapeserverdaemonutils.so
%attr(0644,root,root) %{_sysconfdir}/cta/cta_catalogue_db.conf.example
%attr(0644,root,root)
%config(noreplace)
%{_sysconfdir}/cta/cta_catalogue_db.conf.example
%package -n cta-doc
Summary: CERN Tape Archive: Documents and supporting SQL scripts
...
...
This diff is collapsed.
Click to expand it.
xroot_plugins/CMakeLists.txt
+
1
−
1
View file @
8f6d2bbf
...
...
@@ -12,4 +12,4 @@ target_link_libraries (XrdCtaOfs ctacatalogue ctascheduler ctacommon ctaremotens
INSTALL
(
TARGETS XrdCtaOfs DESTINATION usr/
${
CMAKE_INSTALL_LIBDIR
}
)
INSTALL
(
FILES xrootd-cta.cfg DESTINATION /etc/xrootd/
)
INSTALL
(
FILES cta-frontend.conf DESTINATION
${
CMAKE_INSTALL_SYSCONFDIR
}
)
INSTALL
(
FILES cta-frontend.conf DESTINATION
${
CMAKE_INSTALL_SYSCONFDIR
}
/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