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

v8r8p12

parent c222f9d8
No related branches found
No related tags found
No related merge requests found
[v8r8p12]
use DIRAC v6r17p26
* added jobType HistoMerge
* remove the skeleton file and modify the script accordenly
[v8r8p11]
use DIRAC v6r17p25
......
......@@ -16,7 +16,7 @@ __path__ = extend_path( __path__, __name__ )
majorVersion = 8
minorVersion = 8
patchLevel = 11
patchLevel = 12
preVersion = 0
version = "v%sr%s" % ( majorVersion, minorVersion )
......
......@@ -7,6 +7,13 @@ Sources
Releases
{
v8r8p12
{
Modules = LHCbDIRAC:v8r8p12, LHCbWebDIRAC:v4r3p3
Depends = DIRAC:v6r17p26
LcgVer = 2017-05-23
}
v8r8p11
{
Modules = LHCbDIRAC:v8r8p11, 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 v8r8p11
ENV LHCB_DIRAC_VERSION v8r8p12
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": "v8r8p11",
"version": "v8r8p12",
"used_projects": {
"project": [
[ "Dirac", "v6r17p25",
[ "Dirac", "v6r17p26",
[ "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