Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LHCbDIRAC
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
Andrii Lytovchenko
LHCbDIRAC
Commits
a23f4061
Commit
a23f4061
authored
5 years ago
by
Zoltan Mathe
Browse files
Options
Downloads
Patches
Plain Diff
v9r4p5
parent
e9348283
No related branches found
Branches containing commit
Tags
v9r4p5
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG
+2
-0
2 additions, 0 deletions
CHANGELOG
LHCbDIRAC/__init__.py
+1
-1
1 addition, 1 deletion
LHCbDIRAC/__init__.py
LHCbDIRAC/releases.cfg
+8
-0
8 additions, 0 deletions
LHCbDIRAC/releases.cfg
container/lhcbdirac/Dockerfile
+1
-1
1 addition, 1 deletion
container/lhcbdirac/Dockerfile
with
12 additions
and
2 deletions
CHANGELOG
+
2
−
0
View file @
a23f4061
v9r4p5
uses DIRAC v6r22p11
v9r4p4
uses DIRAC v6r22p11
...
...
This diff is collapsed.
Click to expand it.
LHCbDIRAC/__init__.py
+
1
−
1
View file @
a23f4061
...
...
@@ -29,7 +29,7 @@ rootPath = os.path.dirname(os.path.realpath(__path__[0]))
majorVersion
=
9
minorVersion
=
4
patchLevel
=
4
patchLevel
=
5
preVersion
=
0
version
=
"
v%sr%s
"
%
(
majorVersion
,
minorVersion
)
...
...
This diff is collapsed.
Click to expand it.
LHCbDIRAC/releases.cfg
+
8
−
0
View file @
a23f4061
...
...
@@ -7,6 +7,14 @@ Sources
Releases
{
v9r4p5
{
Modules
= LHCbDIRAC:v9r4p5, LHCbWebDIRAC:v5r0p6
Depends
= DIRAC:v6r22p11
LcgVer
= v14r11
DIRACOS
= LHCb:v1r0
}
v9r4p4
{
Modules
= LHCbDIRAC:v9r4p4, LHCbWebDIRAC:v5r0p5
...
...
This diff is collapsed.
Click to expand it.
container/lhcbdirac/Dockerfile
+
1
−
1
View file @
a23f4061
...
...
@@ -18,7 +18,7 @@ RUN chmod 755 /opt/dirac/dockerEntrypoint.sh
ENTRYPOINT
[ "/opt/dirac/dockerEntrypoint.sh" ]
# Specify the version
ENV
LHCB_DIRAC_VERSION v9r4p
4
ENV
LHCB_DIRAC_VERSION v9r4p
5
RUN
curl
-L
-o
dirac-install https://raw.githubusercontent.com/DIRACGrid/DIRAC/integration/Core/scripts/dirac-install.py
&&
chmod
+x dirac-install
&&
./dirac-install
-r
$LHCB_DIRAC_VERSION
-l
LHCb
-e
LHCb
-t
server
-i
27
--dirac-os
&&
rm
-rf
/opt/dirac/.installCache
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment