summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build_arch_pkg.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-28 16:04:31 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-28 16:04:31 +0100
commita790cbd50929a3a2d4bd7046ca7e773613edac4a (patch)
tree55db2c9022c27dbf139126d99d9a9630506f2be4 /bin/reproducible_build_arch_pkg.sh
parentd3d2d322f6ced4f0d47371adc1e26f3513941854 (diff)
downloadjenkins.debian.net-a790cbd50929a3a2d4bd7046ca7e773613edac4a.tar.xz
reproducible: use relative paths
Diffstat (limited to 'bin/reproducible_build_arch_pkg.sh')
-rwxr-xr-xbin/reproducible_build_arch_pkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build_arch_pkg.sh b/bin/reproducible_build_arch_pkg.sh
index bf775e6f..52310582 100755
--- a/bin/reproducible_build_arch_pkg.sh
+++ b/bin/reproducible_build_arch_pkg.sh
@@ -103,7 +103,7 @@ remote_build() {
local NODE=profitbricks-build3-amd64.debian.net
local PORT=22
set +e
- ssh -p $PORT $NODE /bin/true
+ ssh -p $PORT $NODE true
RESULT=$?
# abort job if host is down
if [ $RESULT -ne 0 ] ; then