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

v8r8p13

parent be33ff3a
No related branches found
No related tags found
No related merge requests found
[v8r8p13]
use DIRAC v6r17p27
* simplified template
* added test for steps
* fix for histomerge production type
* allow to save the files in CSV format
* Remove wrongly hardtyped parameters
* Fix a problem with the compression level
[v8r8p12]
use DIRAC v6r17p26
......
......@@ -16,7 +16,7 @@ __path__ = extend_path( __path__, __name__ )
majorVersion = 8
minorVersion = 8
patchLevel = 12
patchLevel = 13
preVersion = 0
version = "v%sr%s" % ( majorVersion, minorVersion )
......
......@@ -7,6 +7,14 @@ Sources
Releases
{
v8r8p13
{
Modules = LHCbDIRAC:v8r8p13, LHCbWebDIRAC:v4r3p3
Depends = DIRAC:v6r17p27
LcgVer = 2017-05-23
}
v8r8p12
{
Modules = LHCbDIRAC:v8r8p12, LHCbWebDIRAC:v4r3p3
......
......@@ -16,7 +16,7 @@ RUN chmod 755 /opt/dirac/dockerEntrypoint.sh
ENTRYPOINT [ "/opt/dirac/dockerEntrypoint.sh" ]
# Specify the version
ENV LHCB_DIRAC_VERSION v8r8p12
ENV LHCB_DIRAC_VERSION v8r8p13
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": "v8r8p12",
"version": "v8r8p13",
"used_projects": {
"project": [
[ "Dirac", "v6r17p26",
[ "Dirac", "v6r17p27",
[ "bin", "python", "lib" ]
],
[ "LHCbGrid", "v11r14",
......
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