Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LbNightlyTools
Manage
Activity
Members
Labels
Plan
Issues
40
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
LHCb Core Software
LbNightlyTools
Merge requests
!42
removed workaround for
LBCORE-769
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
removed workaround for
LBCORE-769
clemenci/LbNightlyTools:fix
into
master
Overview
0
Commits
1
Pipelines
0
Changes
Merged
Marco Clemencic
requested to merge
clemenci/LbNightlyTools:fix
into
master
8 years ago
Overview
0
Commits
1
Pipelines
0
Changes
-
Expand
It was preventing picking up the fix introduced with
LbScripts@dc6c1f37
when running on SLC5.
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
cb028b0a
1 commit,
8 years ago
+
0
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
jenkins/utils.d/set_common.sh
+
0
−
5
Options
@@ -87,11 +87,6 @@ set_common [--build] [--test]"
LbScriptsVersion=dev
# FIXME: workaround for LBCORE-769
if ( echo $platform | grep -q slc5 ) ; then
LbScriptsVersion=LBSCRIPTS_v8r3
fi
if [ "${special_config}" == "true" ] ; then
export LD_LIBRARY_PATH=$(echo $LD_LIBRARY_PATH | tr : \\n | grep -v /gcc/ | tr \\n :)
# FIXME: this is usually set by the "group login" script, but it is not
Loading