[Git][qa/jenkins.debian.net][master] reproducible debian: fix call to diffoscope --version

Mattia Rizzolo (@mattia) gitlab at salsa.debian.org
Fri Sep 8 07:56:20 BST 2023



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


Commits:
c4d19012 by Mattia Rizzolo at 2023-09-08T12:25:54+05:30
reproducible debian: fix call to diffoscope --version

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

- - - - -


1 changed file:

- bin/reproducible_build.sh


Changes:

=====================================
bin/reproducible_build.sh
=====================================
@@ -356,7 +356,7 @@ call_diffoscope_on_changes_files() {
 	##dbd 	return
 	##dbd fi
 	##dbd if ! diffoscope_version=$(schroot --directory "$TMPDIR" --run-session -c "$session" diffoscope -- --version 2>&1) ; then
-	if ! diffoscope_version=$(diffoscope -- --version 2>&1) ; then
+	if ! diffoscope_version=$(diffoscope --version 2>&1) ; then
 		RESULT=98
 		DIFFOSCOPE="diffoscope (diffoscope error—unset)"
 		MSG_PART1="First call to diffoscope failed."



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c4d19012ea28a4389d7c6ca8dc8d803266779dd1

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c4d19012ea28a4389d7c6ca8dc8d803266779dd1
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/20230908/a7512b47/attachment.htm>


More information about the Qa-jenkins-scm mailing list