Commit 73d20de1 authored by Holger Levsen's avatar Holger Levsen
Browse files

fixup 184bafb9: haskell-package-plan: move this job to pb10

parent 184bafb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ elif [[ "$1" =~ ^chroot-installation_.* ]]; then
	shift ; exec /srv/jenkins/bin/chroot-installation.sh $@ ; croak "Exec failed"
elif [ "$*" = "reproducible_nodes_info" ] ; then
	exec /srv/jenkins/bin/reproducible_info.sh ; croak "Exec failed";
elif [ "$*" = "haskell-package-plan" ] ; then
elif [ "$1" = "haskell-package-plan" ] ; then
	shift ; exec /srv/jenkins/bin/chroot-run.sh $@ ; croak "Exec failed";
elif [ "$1" = "/srv/jenkins/bin/reproducible_build.sh" ] && ( [ "$2" = "1" ] || [ "$2" = "2" ] ) ; then
	exec /srv/jenkins/bin/reproducible_build.sh "$2" "$3" "$4" "$5" "$6" ; croak "Exec failed";