Skip to content
Snippets Groups Projects
Commit a23f4061 authored by Zoltan Mathe's avatar Zoltan Mathe
Browse files

v9r4p5

parent e9348283
No related branches found
Tags v9r4p5
No related merge requests found
v9r4p5
uses DIRAC v6r22p11
v9r4p4
uses DIRAC v6r22p11
......
......@@ -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)
......
......@@ -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
......
......@@ -18,7 +18,7 @@ RUN chmod 755 /opt/dirac/dockerEntrypoint.sh
ENTRYPOINT [ "/opt/dirac/dockerEntrypoint.sh" ]
# Specify the version
ENV LHCB_DIRAC_VERSION v9r4p4
ENV LHCB_DIRAC_VERSION v9r4p5
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment