From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-qc0-x22c.google.com ([2607:f8b0:400d:c01::22c]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1W9jHK-0002AS-JJ for ptxdist@pengutronix.de; Sat, 01 Feb 2014 23:43:11 +0100 Received: by mail-qc0-f172.google.com with SMTP id c9so9236909qcz.3 for ; Sat, 01 Feb 2014 14:43:03 -0800 (PST) From: jon@ringle.org Date: Sat, 1 Feb 2014 17:42:51 -0500 Message-Id: <1391294571-31138-1-git-send-email-jon@ringle.org> Subject: [ptxdist] [PATCH] ptxd_make_get.sh: handle ssh://*.git Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Jon Ringle From: Jon Ringle Allow a git repo to be specified with ssh://*.git Signed-off-by: Jon Ringle --- scripts/lib/ptxd_make_get.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/ptxd_make_get.sh b/scripts/lib/ptxd_make_get.sh index 9f388dd..26b99d5 100644 --- a/scripts/lib/ptxd_make_get.sh +++ b/scripts/lib/ptxd_make_get.sh @@ -332,7 +332,7 @@ ptxd_make_get() { shift case "${url}" in - git://*|http://*.git|https://*.git) + git://*|http://*.git|https://*.git|ssh://*.git) ptxd_make_get_download_permitted && ptxd_make_get_git && return ;; -- 1.7.10.4 -- ptxdist mailing list ptxdist@pengutronix.de