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

v8r8p11

parent 6ddbd25f
No related branches found
No related tags found
No related merge requests found
[v8r8p11]
use DIRAC v6r17p25
* Doc: More detail about updating pilot version
* In gitlab-ci, take the releases.cfg in a different branch depending on the tag
* PopularityAnalysisAgent: alow to specify a mail sender address
* Correct documentation for making releases
* remove CAs scripts
* do not ignore the run directory
* Document prod/run flushing
[v8r8p10]
use DIRAC v6r17p24
......
......@@ -16,7 +16,7 @@ __path__ = extend_path( __path__, __name__ )
majorVersion = 8
minorVersion = 8
patchLevel = 10
patchLevel = 11
preVersion = 0
version = "v%sr%s" % ( majorVersion, minorVersion )
......
......@@ -7,6 +7,13 @@ Sources
Releases
{
v8r8p11
{
Modules = LHCbDIRAC:v8r8p11, LHCbWebDIRAC:v4r3p3
Depends = DIRAC:v6r17p25
LcgVer = 2017-05-23
}
v8r8p10
{
Modules = LHCbDIRAC:v8r8p10, 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 v8r8p10
ENV LHCB_DIRAC_VERSION v8r8p11
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": "v8r8p10",
"version": "v8r8p11",
"used_projects": {
"project": [
[ "Dirac", "v6r17p24",
[ "Dirac", "v6r17p25",
[ "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