Commit 2f11e8cf authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: really run mmdebstrap job remotely



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent 088d6d77
#!/bin/bash
# vim: set noexpandtab:
# Copyright 2015-2021 Holger Levsen <holger@layer-acht.org>
# Copyright 2015-2022 Holger Levsen <holger@layer-acht.org>
# 2016 Phil Hands <phil@hands.com>
# 2018 Mattia Rizzolo <mattia@debian.org>
# released under the GPLv2
......@@ -31,7 +31,7 @@ PARAMS=("$JOB_NAME")
# add some more params if needed,
case $JOB_NAME in
rebootstrap_*|chroot-installation_*|haskell-package-plan)
rebootstrap_*|chroot-installation_*|haskell-package-plan|reproducible_mmdebstrap_*)
PARAMS+=("$@")
;;
reproducible_debian_live_build_*)
......
......@@ -605,8 +605,8 @@
my_description: 'Create meta package sets for later consumption when generating HTML stats.'
my_timed: '0 6 * * H/3'
- 'mmdebstrap_unstable':
my_shell: '/srv/jenkins/bin/reproducible_mmdebstrap.sh unstable'
my_description: 'Check mmdebstrap of unstable is reproducible.'
my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh unstable'
my_timed: '0 7 * * *'
my_hname: 'osuosl173'
- 'json':
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment