Commit 088d6d77 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: run mmdebstrap job remotely



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent e2885c3e
......@@ -86,7 +86,7 @@ elif [ "$1" = "reproducible_pool_buildinfos" ] ; then
exec /srv/jenkins/bin/reproducible_pool_buildinfos.sh ; croak "Exec failed";
elif [ "$1" = "reproducible_html_builtin-pho" ] ; then
exec /srv/jenkins/bin/reproducible_html_builtin-pho.sh ; croak "Exec failed";
elif [ "$1" = "reproducible_mmdebstrap" ] ; then
elif [ "$1" = "reproducible_mmdebstrap.*" ] ; then
exec /srv/jenkins/bin/reproducible_mmdebstrap.sh "$2" ; croak "Exec failed";
elif [ "$1" = "janitor-setup-worker" ] ; then
shift ; exec /srv/jenkins/bin/janitor_setup_worker.sh ; croak "Exec failed";
......
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