refs #809 collaborate with the jenkins job
parent
5ab08cd000
commit
14e36e4aad
|
@ -27,12 +27,10 @@ RUN ln -fs /var/lib/tftpboot /opt/opengnsys
|
||||||
|
|
||||||
ARG OPENGNSYS_HEAD
|
ARG OPENGNSYS_HEAD
|
||||||
|
|
||||||
COPY ./og_client_engine /tmp/opengnsys/engine
|
COPY . /tmp/opengnsys/oglive_builder/
|
||||||
COPY ./og_client_shared /tmp/opengnsys/shared
|
|
||||||
COPY ./gitrelease /tmp/opengnsys/
|
|
||||||
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/ && \
|
RUN ls -la /tmp/opengnsys/oglive_builder/ && \
|
||||||
|
mv /tmp/opengnsys/oglive_builder/client /tmp/opengnsys/oglive_builder/shared /tmp/opengnsys/ && \
|
||||||
cp /tmp/opengnsys/oglive_builder/schroot.conf /tmp/opengnsys/oglive_builder/mount-defaults /etc/schroot/ && \
|
cp /tmp/opengnsys/oglive_builder/schroot.conf /tmp/opengnsys/oglive_builder/mount-defaults /etc/schroot/ && \
|
||||||
echo '' >/etc/schroot/default/nssdatabases && \
|
echo '' >/etc/schroot/default/nssdatabases && \
|
||||||
rm -f /etc/schroot/setup.d/*chrootname
|
rm -f /etc/schroot/setup.d/*chrootname
|
||||||
|
|
Loading…
Reference in New Issue