[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: vary BUILDDIR for 2nd build so that the path length also
Vagrant Cascadian
gitlab at salsa.debian.org
Sun Aug 4 16:13:56 BST 2019
Vagrant Cascadian pushed to branch master at Debian QA / jenkins.debian.net
Commits:
94469490 by Vagrant Cascadian at 2019-08-04T15:13:41Z
reproducible: vary BUILDDIR for 2nd build so that the path length also
varies.
- - - - -
2 changed files:
- bin/reproducible_build.sh
- bin/reproducible_common.sh
Changes:
=====================================
bin/reproducible_build.sh
=====================================
@@ -657,7 +657,7 @@ EOF
# build path is only varied on unstable and experimental
if [ "${SUITE}" = "unstable" ] || [ "$SUITE" = "experimental" ]; then
local src_dir_name="$(perl -mDpkg::Source::Package -e '$_ = Dpkg::Source::Package->new(filename => $ARGV[0])->get_basename; s/_/-/g; print' -- "${SRCPACKAGE}_${EVERSION}.dsc")"
- echo "BUILDDIR=/build/$src_dir_name" >> "$TMPCFG"
+ echo "BUILDDIR=/build/2/$src_dir_name" >> "$TMPCFG"
echo "BUILDSUBDIR=2nd" >> "$TMPCFG"
else
echo "BUILDDIR=/build" >> "$TMPCFG"
=====================================
bin/reproducible_common.sh
=====================================
@@ -489,7 +489,7 @@ write_variation_table() {
write_page "<tr><td>gid</td><td>gid=1111</td><td>gid=2222</td></tr>"
write_page "<tr><td>/bin/sh</td><td>/bin/dash</td><td>/bin/bash</td></tr>"
write_page "<tr><td><em><a href=\"https://wiki.debian.org/UsrMerge\">usrmerge</a></em> package installed</td><td>no</td><td>yes</td></tr>"
- write_page "<tr><td>build path</td><td>/build/1st/\$pkg-\$ver <em>(not varied for stretch/buster)</em></td><td>/build/\$pkg-\$ver/2nd <em>(not varied for stretch/buster)</em></td></tr>"
+ write_page "<tr><td>build path</td><td>/build/1st/\$pkg-\$ver <em>(not varied for stretch/buster)</em></td><td>/build/2/\$pkg-\$ver/2nd <em>(not varied for stretch/buster)</em></td></tr>"
write_page "<tr><td>user's login shell</td><td>/bin/sh</td><td>/bin/bash</td></tr>"
write_page "<tr><td>user's <a href="https://en.wikipedia.org/wiki/Gecos_field">GECOS</a></td><td>first user,first room,first work-phone,first home-phone,first other</td><td>second user,second room,second work-phone,second home-phone,second other</td></tr>"
write_page "<tr><td>env DEB_BUILD_OPTIONS</td><td>DEB_BUILD_OPTIONS=\"parallel=XXX\"<br /> XXX on amd64: 16 or 15<br /> XXX on i386: 10 or 9<br /> XXX on armhf: 8, 4 or 2</td><td>DEB_BUILD_OPTIONS=\"parallel=YYY\"<br /> YYY on amd64: 16 or 15 (!= the first build)<br /> YYY on i386: 10 or 9 (!= the first build)<br /> YYY is the same as XXX on arm64<br /> YYY on armhf: 8, 4, or 2 (not varied systematically)</td></tr>"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/944694907d1568c7658c9facf20fd5030e14e2a6
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/944694907d1568c7658c9facf20fd5030e14e2a6
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/20190804/a723aed3/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list