Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LbScripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LHCb Core Software
LbScripts
Merge requests
!276
An error occurred while fetching the assigned milestone of the selected merge_request.
Work around to make sure eosmount works for doxygen generation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Work around to make sure eosmount works for doxygen generation
clemenci/LbScripts:eos-work-around
into
master
Overview
0
Commits
2
Changes
1
Merged
Marco Clemencic
requested to merge
clemenci/LbScripts:eos-work-around
into
master
6 years ago
Overview
0
Commits
2
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
49b841a9
6 years ago
master (base)
and
latest version
latest version
95a9d004
2 commits,
6 years ago
version 1
49b841a9
1 commit,
6 years ago
1 file
+
3
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
LbRelease/scripts/buildGeneralDoc
+
3
−
9
Options
#!/bin/bash
# Suggested acrontab entry:
#
# 00 20 * * * lxbuild173 /afs/cern.ch/lhcb/software/releases/LBSCRIPTS/prod/InstallArea/scripts/buildGeneralDoc
#
# The user running the script must be able to create AFS volumes in the $LHCBDOC
# directory.
# Temporary log file (we know where to put the log file only after the LbLogin)
tmplog
=
$(
mktemp
)
outlog
=
$tmplog
@@ -76,8 +69,9 @@ basedir=`dirname "$0"`
logsrc
$basedir
/LbLogin.sh
# force search path to CVMFS, wherever LbLogin is
export
CMAKE_PREFIX_PATH
=
/cvmfs/lhcb.cern.ch/lib/lhcb:/cvmfs/lhcb.cern.ch/lib/lcg/releases:/cvmfs/lhcb.cern.ch/lib/lcg/app/releases:/cvmfs/lhcb.cern.ch/lib/lcg/external
# add AFS too for safety
export
CMAKE_PREFIX_PATH
=
${
CMAKE_PREFIX_PATH
}
:/afs/cern.ch/lhcb/software/releases:/afs/cern.ch/sw/Gaudi/releases:/afs/cern.ch/sw/lcg/releases:/afs/cern.ch/sw/lcg/app/releases
# make sure that eosmount works
systemctl status eosd |
grep
-q
eosproject
||
sudo
systemctl restart eosd
# Location of the documentation directories
export
DOCROOT
=
/eos/project/l/lhcbwebsites/www/doxygen
Loading