From 2ce3fe7cef8910aadc2a2b39a3dab4242a751380 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 22 Jan 2015 16:22:15 +0100 Subject: Intermediate commit on my way to get this finalized. Renamed context manager 'with_environment' to 'custom_environment'. On my way to implement sshkey test. --- scripts/ssh_wrapper.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 scripts/ssh_wrapper.py (limited to 'scripts/ssh_wrapper.py') diff --git a/scripts/ssh_wrapper.py b/scripts/ssh_wrapper.py deleted file mode 100755 index af657f60..00000000 --- a/scripts/ssh_wrapper.py +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env python - -import os -import subprocess -import sys - -ssh_options = ['-i', os.environ['GIT_SSH_KEY_FILE']] -ret_code = subprocess.call(['ssh'] + ssh_options + sys.argv[1:]) -sys.exit(ret_code) -- cgit v1.2.1