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

v8r8-pre8

parent 6bd6a9dd
No related branches found
No related tags found
No related merge requests found
[v8r8-pre8]
use DIRAC v6r17p20
* fix logging when no RAW or Buffer replication is required
* New plugin ReplicateToRunDestination
* fix getBKAncestors
[v8r8-pre7]
use DIRAC v6r17p20
......
......@@ -17,7 +17,7 @@ __path__ = extend_path( __path__, __name__ )
majorVersion = 8
minorVersion = 8
patchLevel = 0
preVersion = 7
preVersion = 8
version = "v%sr%s" % ( majorVersion, minorVersion )
buildVersion = "v%dr%d" % ( majorVersion, minorVersion )
......
......@@ -7,6 +7,13 @@ Sources
Releases
{
v8r8-pre8
{
Modules = LHCbDIRAC:v8r8-pre8, LHCbWebDIRAC:v4r3p2
Depends = DIRAC:v6r17p20
LcgVer = 2017-05-23
}
v0r8807
{
Modules = LHCbDIRAC:v0r8807, LHCbWebDIRAC:v4r3p2
......
......@@ -16,7 +16,7 @@ RUN chmod 755 /opt/dirac/dockerEntrypoint.sh
ENTRYPOINT [ "/opt/dirac/dockerEntrypoint.sh" ]
# Specify the version
ENV LHCB_DIRAC_VERSION v8r6
ENV LHCB_DIRAC_VERSION v8r8
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": "v0r8807",
"version": "v8r8-pre8",
"used_projects": {
"project": [
[ "Dirac", "v6r17p20",
[ "bin", "python", "lib" ]
],
[ "LHCbGrid", "v11r8",
[ "LHCbGrid", "v11r9",
[ "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