summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-10 12:08:11 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-10 12:08:11 +0100
commit49cc1830343050e9da932fdb90d99b751678d456 (patch)
treefc362b8c80828878269a22d107290327d92d0e61 /bin
parent1ff36138697a3a06868b0043216feec2e299f62e (diff)
downloadjenkins.debian.net-49cc1830343050e9da932fdb90d99b751678d456.tar.xz
reproducible archlinux: s#arch#archlinux# in script and job names
Diffstat (limited to 'bin')
-rwxr-xr-xbin/jenkins_node_wrapper.sh8
-rwxr-xr-xbin/reproducible_build_archlinux_pkg.sh (renamed from bin/reproducible_build_arch_pkg.sh)2
-rwxr-xr-xbin/reproducible_setup_archlinux_schroot.sh (renamed from bin/reproducible_arch_schroot_setup.sh)0
3 files changed, 5 insertions, 5 deletions
diff --git a/bin/jenkins_node_wrapper.sh b/bin/jenkins_node_wrapper.sh
index 4d41a256..5c2d24b9 100755
--- a/bin/jenkins_node_wrapper.sh
+++ b/bin/jenkins_node_wrapper.sh
@@ -103,12 +103,12 @@ elif [[ "$*" =~ reproducible_netbsd ]] ; then
exec /srv/jenkins/bin/reproducible_netbsd.sh ; croak "Exec failed";
elif [[ "$*" =~ reproducible_freebsd ]] ; then
exec /srv/jenkins/bin/reproducible_freebsd.sh ; croak "Exec failed";
-elif [[ "$*" =~ reproducible_setup_schroot_arch ]] ; then
- exec /srv/jenkins/bin/reproducible_arch_schroot_setup.sh ; croak "Exec failed";
+elif [[ "$*" =~ reproducible_setup_schroot_archlinux ]] ; then
+ exec /srv/jenkins/bin/reproducible_setup_archlinux_schroot.sh ; croak "Exec failed";
elif [[ "$*" =~ reproducible_setup_mock_fedora23_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_arch_pkg.sh" ] && ( [ "$2" = "1" ] || [ "$2" = "2" ] ) ; then
- exec /srv/jenkins/bin/reproducible_build_arch_pkg.sh "$2" "$3" "$4" ; 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" ; croak "Exec failed";
elif [ "$*" = "some_jenkins_job_name" ] ; then
exec echo run any commands here ; croak "Exec failed";
fi
diff --git a/bin/reproducible_build_arch_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh
index bb1658d1..5cd509d8 100755
--- a/bin/reproducible_build_arch_pkg.sh
+++ b/bin/reproducible_build_archlinux_pkg.sh
@@ -112,7 +112,7 @@ remote_build() {
sleep ${SLEEPTIME}m
exec /srv/jenkins/bin/abort.sh
fi
- ssh -p $PORT $NODE /srv/jenkins/bin/reproducible_build_arch_pkg.sh $BUILDNR ${SRCPACKAGE} ${TMPDIR}
+ ssh -p $PORT $NODE /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh $BUILDNR ${SRCPACKAGE} ${TMPDIR}
RESULT=$?
if [ $RESULT -ne 0 ] ; then
ssh -p $PORT $NODE "rm -r $TMPDIR" || true
diff --git a/bin/reproducible_arch_schroot_setup.sh b/bin/reproducible_setup_archlinux_schroot.sh
index c2022b6f..c2022b6f 100755
--- a/bin/reproducible_arch_schroot_setup.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh