diff options
author | kpcyrd <git@rxv.cc> | 2017-11-19 00:45:40 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-11-18 23:46:42 +0000 |
commit | 7941a660beb1321cba1291858010bd2377eb78a1 (patch) | |
tree | 4edbc98f1aed3e8e428582bfdb48b84e5c932393 /bin | |
parent | bd29f3fb2df3446f7d02b2a2c5871eae0a9ea278 (diff) | |
download | jenkins.debian.net-7941a660beb1321cba1291858010bd2377eb78a1.tar.xz |
reproducible-archlinux: pass SOURCE_DATE_EPOCH from jenkins_node_wrapper.sh
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/jenkins_node_wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh index ee39552a..f18f8e8c 100755 --- a/bin/jenkins_node_wrapper.sh +++ b/bin/jenkins_node_wrapper.sh @@ -143,7 +143,7 @@ elif [[ "$*" =~ ^reproducible_setup_fdroid_build_environment ]] ; then elif [[ "$*" =~ ^reproducible_setup_mock_fedora-23_x86_64 ]] ; then exec /srv/jenkins/bin/reproducible_setup_mock.sh fedora-23 x86_64 ; croak "Exec failed"; elif [ "$1" = "/srv/jenkins/bin/reproducible_build_archlinux_pkg.sh" ] && ( [ "$2" = "1" ] || [ "$2" = "2" ] ) ; then - exec /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh "$2" "$3" "$4" "$5" ; croak "Exec failed"; + exec /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh "$2" "$3" "$4" "$5" "$6" ; croak "Exec failed"; elif [ "$1" = "/srv/jenkins/bin/reproducible_build_rpm.sh" ] && ( [ "$2" = "1" ] || [ "$2" = "2" ] ) ; then exec /srv/jenkins/bin/reproducible_build_rpm.sh "$2" "$3" "$4" "$5" "$6" "$7" ; croak "Exec failed"; elif [ "$*" = "some_jenkins_job_name" ] ; then |