Commit 23cc3500 authored by Anton Midyukov's avatar Anton Midyukov

reports.mk: save .disk from iso

parent 842d0fd5
...@@ -99,6 +99,8 @@ reports/contents: reports/prep ...@@ -99,6 +99,8 @@ reports/contents: reports/prep
reports/packages: SHELL = /bin/bash reports/packages: SHELL = /bin/bash
reports/packages: reports/prep reports/packages: reports/prep
@[ -d $(BUILDDIR)/.work/chroot/.image/.disk ] && \
cp -r $(BUILDDIR)/.work/chroot/.image/.disk "$(REPORTDIR)"/disk ||:
@grep -E 'chroot/.in/[^/]*.rpm' < $(BUILDLOG) | \ @grep -E 'chroot/.in/[^/]*.rpm' < $(BUILDLOG) | \
cut -d' ' -f 1 | tr -d "'"'`' | \ cut -d' ' -f 1 | tr -d "'"'`' | \
tee /dev/stderr 2> >(sed 's,^.*/,,' | \ tee /dev/stderr 2> >(sed 's,^.*/,,' | \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment