X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=infra%2Fdgit-ssh-dispatch;h=88311ee37bf6cac0df28c0ab8a3fb1bdd424d2ca;hp=b515edad988391635275fd4c54c7400a2eb7e9aa;hb=26ce53b790d76b41fe893d279e9ceb37bb81a3fe;hpb=1f0e14f2af07576c71e674a946b84f60f594e653 diff --git a/infra/dgit-ssh-dispatch b/infra/dgit-ssh-dispatch index b515edad..88311ee3 100755 --- a/infra/dgit-ssh-dispatch +++ b/infra/dgit-ssh-dispatch @@ -121,7 +121,7 @@ sub dispatch () { selectpackage $2,$3; if ($cmd eq 'receive-pack') { my $s = "$dgitlive/infra/dgit-repos-server"; - exec $s, $suites, $authrune, $repos, qw(--ssh); + exec $s, $distro, $suites, $authrune, $repos, qw(--ssh); die "exec $s: $!"; } elsif ($cmd eq 'upload-pack') { $repo='$repos/_empty' unless hasrepo;