Commit b15c9dff authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: rename script to reflect broader usage



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