summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-08-11 12:52:04 +0000
committerHolger Levsen <holger@layer-acht.org>2015-08-15 12:33:47 +0200
commitf3d91fdeddf34b2ec9196b6fa31c2b11defa2760 (patch)
tree740c8f0770e8138f31a100f57a9a2323918be637 /bin/reproducible_common.sh
parent51ef0adaa99bd3fba96f9bef74065e9dc778c191 (diff)
downloadjenkins.debian.net-f3d91fdeddf34b2ec9196b6fa31c2b11defa2760.tar.xz
reproducible: maintenance: also consider architecture while grepping for failed build to reschedule
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 933c3e44..64854c4f 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -111,6 +111,7 @@ schedule_packages() {
--message "$REASON" \
--no-notify \
--suite "$SUITE" \
+ --architecture "$ARCH" \
$@
}