Commit 0b65129f authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: change order of architectures, to first 64 bit ones, then alphabetically

parent 965b4358
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ buildinfo = buildinfo
distro_root = debian
landing_page = reproducible.html
suites = unstable bookworm bullseye buster stretch experimental
archs = amd64 i386 arm64 armhf
archs = amd64 arm64 armhf i386
defaultsuite = unstable
defaultarch = amd64

+2 −2
Original line number Diff line number Diff line
#!/bin/bash
# vim: set noexpandtab:

# Copyright 2014-2022 Holger Levsen <holger@layer-acht.org>
# Copyright 2014-2023 Holger Levsen <holger@layer-acht.org>
#         © 2015-2022 Mattia Rizzolo <mattia@mapreri.org>
# released under the GPLv2
#
@@ -36,7 +36,7 @@ mkdir -p "$CHPATH"
# Debian suites being tested
SUITES="unstable bookworm bullseye buster stretch experimental"
# Debian architectures being tested
ARCHS="amd64 i386 arm64 armhf"
ARCHS="amd64 arm64 armhf i386"

# define Debian build nodes in use and whether they run in the future
. /srv/jenkins/bin/jenkins_node_definitions.sh