File: ssh-wrap

package info (click to toggle)
dgit 10.7%2Bdeb12u3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,120 kB
  • sloc: perl: 12,313; sh: 5,533; makefile: 306; tcl: 69
file content (10 lines) | stat: -rwxr-xr-x 213 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e
umask 002

srvdir=/srv/dgit.debian.org
dispatchdir=$srvdir/dispatch-dir
dgitlive=$srvdir/dgit-live

PERLLIB="$dgitlive${PERLLIB+:}${PERLLIB}" \
exec $dgitlive/infra/dgit-ssh-dispatch $dispatchdir