refs #809 collaborate with the jenkins job

browser
Natalia Serrano 2024-10-24 22:28:19 +02:00 committed by Vadim Troshchinskiy
parent 6f3a572a29
commit 5ab08cd000
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ ARG OPENGNSYS_HEAD
COPY ./og_client_engine /tmp/opengnsys/engine
COPY ./og_client_shared /tmp/opengnsys/shared
COPY ./gitrelease /tmp/opengnsys/
COPY ./*.deb /tmp/opengnsys/oglive_builder/
COPY *.deb boottools includes chroot-tasks.py mkoglive.cfg mkoglive.py mount-defaults schroot.conf /tmp/opengnsys/oglive_builder/
RUN ls -la /tmp/opengnsys/ /tmp/opengnsys/engine/ /tmp/opengnsys/shared/ /tmp/opengnsys/oglive_builder/ && \
cp /tmp/opengnsys/oglive_builder/schroot.conf /tmp/opengnsys/oglive_builder/mount-defaults /etc/schroot/ && \
echo '' >/etc/schroot/default/nssdatabases && \