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
!199
Correctly handle build_id aliases in lbn-install
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Correctly handle build_id aliases in lbn-install
clemenci/LbNightlyTools:LBCORE-1673_fix_lbn-install
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Marco Clemencic
requested to merge
clemenci/LbNightlyTools:LBCORE-1673_fix_lbn-install
into
master
6 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Closes
LBCORE-1673
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c76d30cb
1 commit,
6 years ago
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
python/LbNightlyTools/Scripts/Install.py
+
2
−
0
Options
@@ -260,6 +260,8 @@ def requiredPackages(files, slot=None, build_id=None, projects=None, platforms=N
log
.
debug
(
"
Adding %s to the list of projects
"
%
proj
)
projects
.
append
(
proj
.
lower
())
build_id
=
str
(
slot_configuration
.
get
(
'
build_id
'
,
build_id
))
if
projects
:
# data packages may have '/' in the name, which is converted in '_'
# in the tarball filename
Loading