Skip to content
Snippets Groups Projects
Commit f5b19f61 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-146: use branch TMSS-146

parent 9367b373
No related branches found
No related tags found
1 merge request!104Resolve TMSS-146
...@@ -21,7 +21,7 @@ ENV PATH=$PATH:/usr/pgsql-9.4/bin/ ...@@ -21,7 +21,7 @@ ENV PATH=$PATH:/usr/pgsql-9.4/bin/
RUN echo "Checking out code base" && \ RUN echo "Checking out code base" && \
git clone https://git.astron.nl/ro/lofar.git && \ git clone https://git.astron.nl/ro/lofar.git && \
cd lofar && \ cd lofar && \
git checkout master && \ git checkout TMSS-146 && \
. CMake/gen_LofarPackageList_cmake.sh && \ . CMake/gen_LofarPackageList_cmake.sh && \
PACKAGE=TMSS && \ PACKAGE=TMSS && \
VARIANT=gnucxx11_opt && \ VARIANT=gnucxx11_opt && \
......
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