[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible_coreboot.sh: iasl is not installed on the machine

Mattia Rizzolo gitlab at salsa.debian.org
Tue Sep 10 10:21:55 BST 2019



Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net


Commits:
54aa6650 by Alexander Couzens at 2019-09-10T09:21:20Z
reproducible_coreboot.sh: iasl is not installed on the machine

iasl doesn't need to be installed by apt. Do not query dpkg for any
information.

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -
dd31f47c by Alexander Couzens at 2019-09-10T09:21:23Z
update_jdn.sh: install gnat on coreboot builders

coreboot is using gnat to initialize intel gpus (libgfxinit).

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


2 changed files:

- bin/reproducible_coreboot.sh
- update_jdn.sh


Changes:

=====================================
bin/reproducible_coreboot.sh
=====================================
@@ -98,7 +98,7 @@ for i in * ; do
 done
 echo "</table>" >> $TOOLCHAIN_HTML
 echo "<table><tr><th>Debian $(cat /etc/debian_version) package on $(dpkg --print-architecture)</th><th>installed version</th></tr>" >> $TOOLCHAIN_HTML
-for i in gcc g++ make cmake flex bison iasl ; do
+for i in gcc g++ make cmake flex bison ; do
 	echo " <tr><td>$i</td><td>" >> $TOOLCHAIN_HTML
 	dpkg -s $i|grep '^Version'|cut -d " " -f2 >> $TOOLCHAIN_HTML
 	echo " </td></tr>" >> $TOOLCHAIN_HTML


=====================================
update_jdn.sh
=====================================
@@ -336,8 +336,8 @@ if [ -f /etc/debian_version ] ; then
 				g++
 				gawk
 				gcc
+				gnat
 				grep
-				iasl
 				libc6-dev
 				libncurses5-dev
 				libssl-dev



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/a2a7ad3b0164e842769d93122a604d3058e5f017...dd31f47c8a2adf09aef80ad5c8540ab2430817da

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/a2a7ad3b0164e842769d93122a604d3058e5f017...dd31f47c8a2adf09aef80ad5c8540ab2430817da
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190910/a23214a9/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list