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
!197
use expandVersionAlias in lb-dev
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
use expandVersionAlias in lb-dev
pseyfert-LBCORE-1398
into
master
Overview
0
Commits
1
Changes
1
Merged
Paul Seyfert
requested to merge
pseyfert-LBCORE-1398
into
master
7 years ago
Overview
0
Commits
1
Changes
1
Expand
use the same version alias resolution in lb-dev and lb-run This is
LBCORE-1398
1
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a4bab476
1 commit,
7 years ago
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
LbConfiguration/python/LbConfiguration/SP2/devtools.py
+
3
−
1
Options
@@ -18,7 +18,7 @@ import sys
from
string
import
Template
import
LbConfiguration.SP2
from
LbConfiguration.SP2.version
import
DEFAULT_VERSION
from
LbConfiguration.SP2.version
import
DEFAULT_VERSION
,
expandVersionAlias
from
LbConfiguration.SetupProject
import
FixProjectCase
from
LbConfiguration
import
createGitIgnore
@@ -83,6 +83,8 @@ def main():
try
:
project
,
version
=
args
version
=
expandVersionAlias
(
project
,
version
,
opts
.
platform
)
except
ValueError
:
parser
.
error
(
'
wrong number of arguments
'
)
Loading