[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible OpenWrt: document the fact that python3 is now used
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Oct 15 13:32:01 BST 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
c0ffc4ad by Holger Levsen at 2021-10-15T14:29:18+02:00
reproducible OpenWrt: document the fact that python3 is now used
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
985e6231 by Holger Levsen at 2021-10-15T14:31:47+02:00
reproducible OpenWrt: enable more debug for the toolchain build
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_openwrt.sh
Changes:
=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -119,7 +119,7 @@ node_document_environment() {
done
echo "</table>" >> "$toolchain_html"
echo "<table><tr><th>Debian $(cat /etc/debian_version) $(dpkg --print-architecture) package name</th><th>installed version</th></tr>" >> "$toolchain_html"
- for i in gcc binutils bzip2 flex python perl make findutils grep diffutils unzip gawk util-linux zlib1g-dev libc6-dev git subversion ; do
+ for i in gcc binutils bzip2 flex python3 perl make findutils grep diffutils unzip gawk util-linux zlib1g-dev libc6-dev git subversion ; do
echo " <tr><td>$i</td><td>" >> "$toolchain_html"
dpkg -s $i|grep '^Version'|cut -d " " -f2 >> "$toolchain_html"
echo " </td></tr>" >> "$toolchain_html"
@@ -246,7 +246,7 @@ openwrt_build_toolchain() {
echo "$(date -u) - Building the toolchain."
echo "============================================================================="
- OPTIONS=('-j' "$NUM_CPU" 'IGNORE_ERRORS=n m y' 'BUILD_LOG=1')
+ OPTIONS=('-j' "$NUM_CPU" 'IGNORE_ERRORS=n m y' 'BUILD_LOG=1' 'V=s')
# cmake/compile fails because of a missing ninja. but only on the jenkins nodes :P.
# i couldn't reproduce it on my machine.
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/cfe68cba5434e50e6d66bd1b6e47cd4a63ec1a28...985e6231bb63bb7d316fa26cc4dd4da4421bb22e
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/cfe68cba5434e50e6d66bd1b6e47cd4a63ec1a28...985e6231bb63bb7d316fa26cc4dd4da4421bb22e
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/20211015/1fc64a96/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list