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
b40c69fe
Commit
b40c69fe
authored
7 years ago
by
Julien Leduc
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.cern.ch:8443/cta/CTA
parents
0b22dec4
5837bc66
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#32491
failed
2 years ago
Stage: build:srpm
Stage: build:rpm
Stage: sign
Stage: publish
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cta.spec.in
+13
-10
13 additions, 10 deletions
cta.spec.in
tapeserver/CMakeLists.txt
+2
-0
2 additions, 0 deletions
tapeserver/CMakeLists.txt
with
15 additions
and
10 deletions
cta.spec.in
+
13
−
10
View file @
b40c69fe
...
...
@@ -98,10 +98,12 @@ cd build
%{__make} shortunittests
%endif
# The packages will be cta-taped, cta-frontend, cta-cli
# The CTA client is the only component of CTA that can be compiled on both SLC6
# and C77
%if "%{?dist}" == ".slc6" || "%{?dist}" == ".el6"
%package -n cta-cli
Summary: CERN Tape Archive: command line interface
Group: Application/CTA
...
...
@@ -112,9 +114,8 @@ The xroot plugin
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/cta
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta/cta-cli.conf
%else
# The packages will be cta-taped, cta-frontend, cta-cli
%else
%package -n cta-taped
Summary: CERN Tape Archive: tape daemon
...
...
@@ -133,7 +134,9 @@ The tape server daemon
%attr(0644,root,root) %config(noreplace) /etc/logrotate.d/cta-taped
%attr(0755,root,root) %{_bindir}/cta-taped
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta/cta.conf.example
%attr(0644,root,bin) %doc /usr/share/man/man1/cta-taped.1cta.gz
%attr(0644,root,root) %doc /usr/share/man/man1/cta-taped.1cta.gz
%attr(0644,root,root) /etc/sysconfig/cta-taped
%attr(0644,root,root) /etc/systemd/system/cta-taped.service
%package -n cta-frontend
Summary: CERN Tape Archive: Xrootd plugin
...
...
@@ -256,11 +259,11 @@ Scripts and utilities to faciliate working with the CTA catalogue
%attr(0755,root,root) %{_bindir}/cta-catalogue-schema-create
%attr(0755,root,root) %{_bindir}/cta-catalogue-schema-drop
%attr(0755,root,root) %{_bindir}/cta-database-poll
%attr(0644,root,
bin
) %doc /usr/share/man/man1/cta-catalogue-admin-host-create.1cta.gz
%attr(0644,root,
bin
) %doc /usr/share/man/man1/cta-catalogue-admin-user-create.1cta.gz
%attr(0644,root,
bin
) %doc /usr/share/man/man1/cta-catalogue-schema-create.1cta.gz
%attr(0644,root,
bin
) %doc /usr/share/man/man1/cta-catalogue-schema-drop.1cta.gz
%attr(0644,root,
bin
) %doc /usr/share/man/man1/cta-database-poll.1cta.gz
%attr(0644,root,
root
) %doc /usr/share/man/man1/cta-catalogue-admin-host-create.1cta.gz
%attr(0644,root,
root
) %doc /usr/share/man/man1/cta-catalogue-admin-user-create.1cta.gz
%attr(0644,root,
root
) %doc /usr/share/man/man1/cta-catalogue-schema-create.1cta.gz
%attr(0644,root,
root
) %doc /usr/share/man/man1/cta-catalogue-schema-drop.1cta.gz
%attr(0644,root,
root
) %doc /usr/share/man/man1/cta-database-poll.1cta.gz
%package -n cta-mediachangerutils
Summary: Utilities to faciliate working with mediachangers
...
...
@@ -271,6 +274,6 @@ Utilities to faciliate working with the mediachangers
%files -n cta-mediachangerutils
%attr(0755,root,root) %{_bindir}/cta-mediachanger-dismount
%attr(0755,root,root) %{_bindir}/cta-mediachanger-mount
%attr(0644,root,
bin
) %doc /usr/share/man/man1/cta-mediachanger-dismount.1cta.gz
%attr(0644,root,
bin
) %doc /usr/share/man/man1/cta-mediachanger-mount.1cta.gz
%attr(0644,root,
root
) %doc /usr/share/man/man1/cta-mediachanger-dismount.1cta.gz
%attr(0644,root,
root
) %doc /usr/share/man/man1/cta-mediachanger-mount.1cta.gz
%endif
This diff is collapsed.
Click to expand it.
tapeserver/CMakeLists.txt
+
2
−
0
View file @
b40c69fe
...
...
@@ -15,6 +15,8 @@ target_link_libraries(cta-taped
install
(
TARGETS cta-taped DESTINATION usr/bin
)
install
(
FILES cta-taped.1cta DESTINATION /usr/share/man/man1
)
install
(
FILES cta-taped.logrotate DESTINATION /etc/logrotate.d RENAME cta-taped
)
install
(
FILES cta-taped.sysconfig DESTINATION /etc/sysconfig RENAME cta-taped
)
install
(
FILES cta-taped.service DESTINATION /etc/systemd/system
)
# CTA's cta-taped system tests.
add_library
(
cta-tapedSystemTests SHARED
...
...
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