Loading bin/reproducible.ini +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading bin/reproducible_common.sh +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 # Loading Loading @@ -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 Loading Loading
bin/reproducible.ini +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
bin/reproducible_common.sh +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 # Loading Loading @@ -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 Loading