Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CTA
Manage
Activity
Members
Labels
Plan
Issues
210
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
23
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
cta
CTA
Merge requests
!8
Fixed broken symlink required for containerised installation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fixed broken symlink required for containerised installation
108-fix-broken-cta-containerised-installation
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Joao Afonso
requested to merge
108-fix-broken-cta-containerised-installation
into
main
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Closes
#108 (closed)
👍
0
👎
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
66c0e500
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
continuousintegration/docker/ctafrontend/cc7/opt/run/bin/mkSymlinks.sh
+
1
−
1
Options
@@ -25,7 +25,7 @@ echo Creating symlinks for CTA libraries.
find
${
BUILDTREE_BASE
}
/
${
CTA_BUILDTREE_SUBDIR
}
|
grep
'.so$'
| xargs
-itoto
ln
-s
-v
-t
/usr/lib64 toto
echo
Creating symlink
for
frontend configuration file.
CTA_SOURCE_TREE
=
`
perl
-e
'while (<>) { if (/cta_SOURCE_DIR:STATIC=(.*)/ ) { print $1."\n"; } }'
<
${
BUILDTREE_BASE
}
/
${
CTA_BUILDTREE_SUBDIR
}
/CMakeCache.txt
`
ln
-s
-v
-t
/etc/cta
${
CTA_SOURCE_TREE
}
/
xroot_plugins
/cta-frontend-xrootd.conf
ln
-s
-v
-t
/etc/cta
${
CTA_SOURCE_TREE
}
/
continuousintegration/docker/ctafrontend/cc7/etc/cta
/cta-frontend-xrootd.conf
echo
"Copying cta-fst-gcd (requires a different name)"
cp
-v
${
CTA_SOURCE_TREE
}
/python/eosfstgcd/ctafstgcd.py /usr/bin/cta-fst-gcd
if
[[
-n
"
${
EOS_BUILDTREE_SUBDIR
}
"
]]
;
then
Loading