File: drs-git-ext

package info (click to toggle)
dgit 12.16
  • links: PTS, VCS
  • area: main
  • in suites: trixie-proposed-updates
  • size: 3,368 kB
  • sloc: perl: 13,443; sh: 6,466; python: 334; makefile: 324; tcl: 69
file content (13 lines) | stat: -rwxr-xr-x 347 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
set -e
tmp=$DGIT_TEST_TMP

echo >&2 '(((((((((((((((((((((((((((((((((((((((('
set -x
export SSH_ORIGINAL_COMMAND="$*"
${DGIT_REPOS_SERVER_TEST-dgit-repos-server} \
	test-dummy $tmp/distro=test-dummy \
	"$DGIT_TEST_DRS_AUTH" \
	--repos=$tmp/git --suites=$tmp/suites \
	--${DGIT_DRS_MODE-ssh}
: '))))))))))))))))))))))))))))))))))))))))'