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

v9r0-pre1

parent a230a113
No related branches found
No related tags found
No related merge requests found
[v8r9-pre3]
use DIRAC v6r18-pre14
[v9r0-pre1]
use DIRAC v6r19-pre1
* rescheduling when LbRunError
* treating separately lb-run errors from application errors
* remove ref to gcc
* just removing seemingly useless parts
* test and pylint fixes
* pylint
* change qt in Qt
[v8r9-pre2]
use DIRAC v6r18-pre14
* var fix
* updated Reco, removed outdated tests
* removing old tests
......@@ -26,10 +24,6 @@ use DIRAC v6r18-pre14
* using the right commands list
* fixing RSS unit tests
* LHCbDIRAC can be released in all platform
[v8r9-pre1]
use DIRAC v6r18p1
* gLogger instead of print
* fixing location finder
* add lbvobox110,201 and 27 hosts
......@@ -49,21 +43,9 @@ use DIRAC v6r18p1
* Removed spaces
* Changed column order
* Moved RMS db to sqlalchemy
[v8r8p7]
use DIRAC v6r17p24
* Fix conf.py of documentation
[v8r8p6]
use DIRAC v6r17p23
* change qt in Qt and remove gcc
* Update heptools_x86_64-slc6-gcc48-opt.json
[v8r8p5]
use DIRAC v6r17p24
* Link the documentation
* Document data distribution
......
......@@ -14,10 +14,10 @@ __path__ = extend_path( __path__, __name__ )
# Define Version
majorVersion = 8
minorVersion = 9
majorVersion = 9
minorVersion = 0
patchLevel = 0
preVersion = 3
preVersion = 1
version = "v%sr%s" % ( majorVersion, minorVersion )
buildVersion = "v%dr%d" % ( majorVersion, minorVersion )
......
......@@ -8,6 +8,13 @@ Sources
Releases
{
v9r0-pre1
{
Modules = LHCbDIRAC:v9r0-pre1, LHCbWebDIRAC:v4r3p6
Depends = DIRAC:v6r19-pre1
LcgVer = v12r4
}
v8r9-pre3
{
Modules = LHCbDIRAC:v8r9-pre3, LHCbWebDIRAC:v4r3p5
......
......@@ -18,7 +18,7 @@ RUN chmod 755 /opt/dirac/dockerEntrypoint.sh
ENTRYPOINT [ "/opt/dirac/dockerEntrypoint.sh" ]
# Specify the version
ENV LHCB_DIRAC_VERSION v8r9-pre3
ENV LHCB_DIRAC_VERSION v9r0-pre1
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": "v8r9-pre3",
"version": "v9r0-pre1",
"used_projects": {
"project": [
[ "Dirac", "v6r18-pre14",
[ "Dirac", "v6r19-pre1",
[ "bin", "python", "lib" ]
],
[ "LHCbGrid", "v12r2",
[ "LHCbGrid", "v12r4",
[ "bin", "python", "lib" ]
]
]
......
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