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

v9r0-pre4

parent 83056fb5
No related branches found
No related tags found
No related merge requests found
[v9r0-pre3]
[v9r0-pre4]
use DIRAC v6r19-pre2
[v9r0-pre1]
......
......@@ -17,7 +17,7 @@ __path__ = extend_path( __path__, __name__ )
majorVersion = 9
minorVersion = 0
patchLevel = 0
preVersion = 3
preVersion = 4
version = "v%sr%s" % ( majorVersion, minorVersion )
buildVersion = "v%dr%d" % ( majorVersion, minorVersion )
......
......@@ -8,6 +8,13 @@ Sources
Releases
{
v9r0-pre4
{
Modules = LHCbDIRAC:v9r0-pre4, LHCbWebDIRAC:v4r3p6
Depends = DIRAC:v6r19-pre2
LcgVer = v12r4
}
v9r0-pre3
{
Modules = LHCbDIRAC:v9r0-pre3, LHCbWebDIRAC:v4r3p6
......
......@@ -18,7 +18,7 @@ RUN chmod 755 /opt/dirac/dockerEntrypoint.sh
ENTRYPOINT [ "/opt/dirac/dockerEntrypoint.sh" ]
# Specify the version
ENV LHCB_DIRAC_VERSION v9r0-pre3
ENV LHCB_DIRAC_VERSION v9r0-pre4
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
......
{
"name": "LHCbDirac",
"version": "v9r0-pre3",
"version": "v9r0-pre4",
"used_projects": {
"project": [
[ "Dirac", "v6r19-pre2",
......
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