[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible debian: build: fix variable name…
Mattia Rizzolo (@mattia)
gitlab at salsa.debian.org
Wed Dec 21 14:57:28 GMT 2022
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
1f5ae3b7 by Mattia Rizzolo at 2022-12-21T15:57:02+01:00
reproducible debian: build: fix variable name…
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
1 changed file:
- bin/reproducible_build.sh
Changes:
=====================================
bin/reproducible_build.sh
=====================================
@@ -368,7 +368,7 @@ call_diffoscope_on_changes_files() {
# we have a working diffoscope!
log_info "$DIFFOSCOPE will be used to compare the two builds:"
- if [ $(echo $DIFFOSCOPE_VERSION | awk '{print $2}') -ge 202 ]; then
+ if [ "$(echo "$DIFFOSCOPE" | awk '{print $2}')" -ge 202 ]; then
# this --timeout 120m below is arbitrary and can be subject to further evaluation later
DIFFOSCOPE_TIMEOUT="--timeout $(( 120 * 60 ))"
fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/1f5ae3b74eec516951c264cf61f00e70a866933d
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/1f5ae3b74eec516951c264cf61f00e70a866933d
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/20221221/12e11fa4/attachment.htm>
More information about the Qa-jenkins-scm
mailing list