mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] ptxd_make_get.sh: handle ssh://*.git
@ 2014-02-01 22:42 jon
  2014-02-02 14:05 ` Alexander Dahl
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: jon @ 2014-02-01 22:42 UTC (permalink / raw)
  To: ptxdist; +Cc: Jon Ringle

From: Jon Ringle <jringle@gridpoint.com>

Allow a git repo to be specified with ssh://*.git

Signed-off-by: Jon Ringle <jringle@gridpoint.com>
---
 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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-02-03 11:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-01 22:42 [ptxdist] [PATCH] ptxd_make_get.sh: handle ssh://*.git jon
2014-02-02 14:05 ` Alexander Dahl
2014-02-03  8:01   ` Michael Olbrich
2014-02-03  7:04 ` Uwe Kleine-König
2014-02-03  7:39   ` Alexander Dahl
2014-02-03  8:10     ` Uwe Kleine-König
2014-02-03  8:05   ` Michael Olbrich
2014-02-03 11:51   ` Jon Ringle
2014-02-03  8:05 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox