summaryrefslogtreecommitdiff
path: root/infra/ssh-wrap
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-06-26 23:51:21 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-06-26 23:51:21 +0100
commite3c09bcf8e8187254d2cfd3fa30e9db2d2f31887 (patch)
treee1fc4dad2c20f96bfe7f4bb441aa4659c73e11dc /infra/ssh-wrap
parentfa273219b2a87c5715a10d3dae5f241e7d0200cc (diff)
Infra: ssh-wrap: Use master dgit-live for dispatch
Diffstat (limited to 'infra/ssh-wrap')
-rwxr-xr-xinfra/ssh-wrap5
1 files changed, 3 insertions, 2 deletions
diff --git a/infra/ssh-wrap b/infra/ssh-wrap
index 2b5f603..48a9e43 100755
--- a/infra/ssh-wrap
+++ b/infra/ssh-wrap
@@ -1,6 +1,7 @@
#!/bin/sh
set -e
-dispatchdir=/srv/dgit.debian.org/dispatch-dir
-dgitlive=$dispatchdir/distro=debian/dgit-live
+srvdir=/srv/dgit.debian.org
+dispatchdir=$srvdir/dispatch-dir
+dgitlive=$srvdir/dgit-live
PERLLIB="$dgitlive${PERLLIB+:}${PERLLIB}" \
exec $dgitlive/infra/dgit-ssh-dispatch $dispatchdir