From aaa54d549e2a3d0d0c113e540b0f69b71e7e2668 Mon Sep 17 00:00:00 2001 From: stedif <stefano.difrischia@inaf.it> Date: Wed, 23 Mar 2022 12:06:56 +0100 Subject: [PATCH] L2SS-691: update libhdbpp-timescale with lofar fork --- docker-compose/tango-archiver-ts/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose/tango-archiver-ts/Dockerfile b/docker-compose/tango-archiver-ts/Dockerfile index 389db398f..0d8b5e0c0 100644 --- a/docker-compose/tango-archiver-ts/Dockerfile +++ b/docker-compose/tango-archiver-ts/Dockerfile @@ -65,7 +65,8 @@ RUN cd libhdbpp/build \ # ----------- LIBHDB++ TIMESCALE --------------- -RUN git clone -b image_support --recurse-submodules https://github.com/tango-controls-hdbpp/libhdbpp-timescale.git +#RUN git clone -b image_support --recurse-submodules https://github.com/tango-controls-hdbpp/libhdbpp-timescale.git +RUN git clone -b image_support_lofar_fixes --recurse-submodules https://git.astron.nl/lofar2.0/libhdbpp-timescale.git RUN cd libhdbpp-timescale \ && mkdir -p build \ -- GitLab