[Qa-jenkins-scm] [jenkins.debian.net] 03/03: reproducible Debian: I believe this is needed to fixup the previous commit…
Holger Levsen
holger at layer-acht.org
Mon Jun 12 21:54:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit f844c5d0724c68962588b33476200f93ffb9cbf3
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Jun 12 23:54:31 2017 +0200
reproducible Debian: I believe this is needed to fixup the previous commit…
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/jenkins_node_wrapper.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh
index 3e3af28..52cdecc 100755
--- a/bin/jenkins_node_wrapper.sh
+++ b/bin/jenkins_node_wrapper.sh
@@ -78,7 +78,7 @@ elif [[ "$*" =~ ^lvc_.* ]] ; then
export WORKSPACE=/var/lib/jenkins/jobs/$JOB_NAME/workspace
COMMAND="/srv/jenkins/bin/lvc.sh $@"
exec $COMMAND; croak "Exec failed";
-elif [ "$*" = "reproducible_nodes_info" ] ; then
+elif [ "$*" = "reproducible_html_nodes_info" ] ; then
exec /srv/jenkins/bin/reproducible_info.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";
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list