Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e18995f
)
PAL: set DEBIAN_FRONTEND=noninteractive in run_report.sh
65/31565/1
author
Tibor Frank
<
[email protected]
>
Mon, 15 Mar 2021 08:32:41 +0000
(09:32 +0100)
committer
Tibor Frank
<
[email protected]
>
Mon, 15 Mar 2021 08:35:02 +0000
(08:35 +0000)
Signed-off-by: Tibor Frank <
[email protected]
>
Change-Id: I30037a41019ca1071b1dad443a0d09054c09fb3e
Signed-off-by: Tibor Frank <
[email protected]
>
(cherry picked from commit
eb30e6b70823a30f35a1841ff996e2ead2cf0d08
)
resources/tools/presentation/run_report.sh
patch
|
blob
|
history
diff --git
a/resources/tools/presentation/run_report.sh
b/resources/tools/presentation/run_report.sh
index
c28c03a
..
b89754b
100755
(executable)
--- a/
resources/tools/presentation/run_report.sh
+++ b/
resources/tools/presentation/run_report.sh
@@
-18,6
+18,7
@@
sudo apt-get -y install libxml2 libxml2-dev libxslt-dev build-essential \
if [[ ${CFG[BLD_LATEX]} -eq 1 ]] ;
then
+ export DEBIAN_FRONTEND=noninteractive
sudo apt-get -y install xvfb texlive-latex-recommended \
texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra latexmk wkhtmltopdf inkscape
sudo sed -i.bak 's/^\(main_memory\s=\s\).*/\110000000/' /usr/share/texlive/texmf-dist/web2c/texmf.cnf