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
!19
The source project of this merge request has been removed.
Only create the top links for install_project style installs
Merged
Only create the top links for install_project style installs
(removed):LBCORE-1033
into
master
Overview
1
Commits
1
Changes
Merged
Ben Couturier
requested to merge
(removed):LBCORE-1033
into
master
9 years ago
Overview
1
Changes
-
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f9458f7c
1 commit,
9 years ago
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
LbScriptsSys/cmt/PostInstall.py
+
4
−
4
Options
@@ -181,15 +181,15 @@ class PostInstallScript(Script):
# kept for backwards compatibility
# We don't create the links when installing from RPM
rc = self.createTopLinks()
if rc != 0 :
return rc
if 'LBRPM_INSTALL' not in os.environ:
rc = self.createProdLink()
if rc != 0 :
return rc
rc = self.createTopLinks()
if rc != 0 :
return rc
rc = self.createEtcLinks()
if rc != 0 :
return rc
Loading