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

v8r9-pre3

parent 56242de9
No related branches found
Tags v8r9-pre3
No related merge requests found
[v8r9-pre3]
use DIRAC v6r18-pre14
* remove ref to gcc
* just removing seemingly useless parts
* test and pylint fixes
* pylint
* change qt in Qt
[v8r9-pre2]
use DIRAC v6r18-pre14
......
......@@ -17,7 +17,7 @@ __path__ = extend_path( __path__, __name__ )
majorVersion = 8
minorVersion = 9
patchLevel = 0
preVersion = 2
preVersion = 3
version = "v%sr%s" % ( majorVersion, minorVersion )
buildVersion = "v%dr%d" % ( majorVersion, minorVersion )
......
......@@ -8,6 +8,13 @@ Sources
Releases
{
v8r9-pre3
{
Modules = LHCbDIRAC:v8r9-pre3, LHCbWebDIRAC:v4r3p5
Depends = DIRAC:v6r18-pre14
LcgVer = v12r2
}
v8r9-pre2
{
Modules = LHCbDIRAC:v8r9-pre1, LHCbWebDIRAC:v4r3p4
......
......@@ -18,7 +18,7 @@ RUN chmod 755 /opt/dirac/dockerEntrypoint.sh
ENTRYPOINT [ "/opt/dirac/dockerEntrypoint.sh" ]
# Specify the version
ENV LHCB_DIRAC_VERSION v8r9-pre2
ENV LHCB_DIRAC_VERSION v8r9-pre3
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-pre2",
"version": "v8r9-pre3",
"used_projects": {
"project": [
[ "Dirac", "v6r18-pre14",
[ "bin", "python", "lib" ]
],
[ "LHCbGrid", "v12r1",
[ "LHCbGrid", "v12r2",
[ "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