Skip to content
Snippets Groups Projects
Commit a72b80ad authored by Christophe Haen's avatar Christophe Haen
Browse files

v8r8p9

parent 7d4845a6
No related branches found
No related tags found
No related merge requests found
[v8r8p9]
use DIRAC v6r17p24
Improve release documentation
[v8r8p8]
use DIRAC v6r17p24
......
......@@ -16,7 +16,7 @@ __path__ = extend_path( __path__, __name__ )
majorVersion = 8
minorVersion = 8
patchLevel = 8
patchLevel = 9
preVersion = 0
version = "v%sr%s" % ( majorVersion, minorVersion )
......
......@@ -7,6 +7,12 @@ Sources
Releases
{
v8r8p9
{
Modules = LHCbDIRAC:v8r8p9, LHCbWebDIRAC:v4r3p3
Depends = DIRAC:v6r17p24
LcgVer = 2017-05-23
}
v8r8p8
{
......
......@@ -16,7 +16,7 @@ RUN chmod 755 /opt/dirac/dockerEntrypoint.sh
ENTRYPOINT [ "/opt/dirac/dockerEntrypoint.sh" ]
# Specify the version
ENV LHCB_DIRAC_VERSION v8r8p8
ENV LHCB_DIRAC_VERSION v8r8p9
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 && 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