refs #809 collaborate with the jenkins job
parent
6f3a572a29
commit
5ab08cd000
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue