File: drs-git-ext

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 (15 lines) | stat: -rwxr-xr-x 409 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
set -e
tmp=$DGIT_TEST_TMP

: ${DGIT_DRS_DEBUG:=1}
export DGIT_DRS_DEBUG
echo >&2 '(((((((((((((((((((((((((((((((((((((((('
set -x
export SSH_ORIGINAL_COMMAND="$*"
${DGIT_REPOS_SERVER_TEST-dgit-repos-server} \
	test-dummy $tmp/distro=test-dummy \
	$tmp/dd.gpg,a:$tmp/dm.gpg,m$tmp/dm.txt \
	--repos=$tmp/git --suites=$tmp/suites \
	--${DGIT_DRS_MODE-ssh}
: '))))))))))))))))))))))))))))))))))))))))'