summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_json.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2016-04-06 10:16:53 +0000
committerHolger Levsen <holger@layer-acht.org>2016-04-06 12:21:07 +0200
commitfed8922352bbba91f35dd887165624de1a3b3996 (patch)
treebecf574352dbe303b5301ef7caa03a5bc9bac075 /bin/reproducible_json.py
parent6b5d30fbffb31416a021c7836f5138ab0f9a2451 (diff)
downloadjenkins.debian.net-fed8922352bbba91f35dd887165624de1a3b3996.tar.xz
reproducible: correctly skip only this package with continue, instead of halting all the processing with a break
Diffstat (limited to 'bin/reproducible_json.py')
-rwxr-xr-xbin/reproducible_json.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_json.py b/bin/reproducible_json.py
index 8d150306..ec2bddb0 100755
--- a/bin/reproducible_json.py
+++ b/bin/reproducible_json.py
@@ -65,7 +65,7 @@ for row in result:
# if version1 > version2,
# skip the package results we are currently inspecting
if (versionscompared > 0):
- break
+ continue
# if version1 < version2,
# delete the package results with the older version