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

v8r9-pre2

parent c4a4618a
No related branches found
No related tags found
No related merge requests found
[v8r9-pre2]
use DIRAC v6r18-pre14
* var fix
* updated Reco, removed outdated tests
* removing old tests
* fix scripts
* added reco17
* RAWIntegrity: perform the removal by bulk
* fixed paths
* adapting to v6r18
* RAWIntegrity: addFile by bulk
* RSS fixes
* fix
* just updating the reco17 step
* fix finder
* using the right commands list
* fixing RSS unit tests
* LHCbDIRAC can be released in all platform
[v8r9-pre1]
use DIRAC v6r18p1
......
......@@ -17,7 +17,7 @@ __path__ = extend_path( __path__, __name__ )
majorVersion = 8
minorVersion = 9
patchLevel = 0
preVersion = 1
preVersion = 2
version = "v%sr%s" % ( majorVersion, minorVersion )
buildVersion = "v%dr%d" % ( majorVersion, minorVersion )
......
......@@ -8,6 +8,13 @@ Sources
Releases
{
v8r9-pre2
{
Modules = LHCbDIRAC:v8r9-pre1, LHCbWebDIRAC:v4r3p4
Depends = DIRAC:v6r18-pre14
LcgVer = 2017-05-30
}
v8r9-pre1
{
Modules = LHCbDIRAC:v8r9-pre1, LHCbWebDIRAC:v4r3p3
......
......@@ -18,7 +18,7 @@ RUN chmod 755 /opt/dirac/dockerEntrypoint.sh
ENTRYPOINT [ "/opt/dirac/dockerEntrypoint.sh" ]
# Specify the version
ENV LHCB_DIRAC_VERSION v8r9-pre1
ENV LHCB_DIRAC_VERSION v8r9-pre2
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-pre1",
"version": "v8r9-pre2",
"used_projects": {
"project": [
[ "Dirac", "v6r18p1",
[ "Dirac", "v6r18-pre14",
[ "bin", "python", "lib" ]
],
[ "LHCbGrid", "v12r1",
......
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