[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: change order of architectures, to first 64 bit ones, then alphabetically
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed Feb 8 17:37:42 GMT 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
0b65129f by Holger Levsen at 2023-02-08T18:37:26+01:00
reproducible Debian: change order of architectures, to first 64 bit ones, then alphabetically
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible.ini
- bin/reproducible_common.sh
Changes:
=====================================
bin/reproducible.ini
=====================================
@@ -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
=====================================
bin/reproducible_common.sh
=====================================
@@ -1,7 +1,7 @@
#!/bin/bash
# vim: set noexpandtab:
-# Copyright 2014-2022 Holger Levsen <holger at layer-acht.org>
+# Copyright 2014-2023 Holger Levsen <holger at layer-acht.org>
# © 2015-2022 Mattia Rizzolo <mattia at 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
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0b65129f392ffb5a9661b21430cc07c97ec5ed3e
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0b65129f392ffb5a9661b21430cc07c97ec5ed3e
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/20230208/fb2cba79/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list