[Fai-commit] r6339 - trunk/lib

Michael Goetze mgoetze-guest at alioth.debian.org
Thu Apr 14 13:08:19 UTC 2011


Author: mgoetze-guest
Date: 2011-04-14 13:08:09 +0000 (Thu, 14 Apr 2011)
New Revision: 6339

Modified:
   trunk/lib/get-config-dir-git
Log:
Add support for git+ssh config dir

Modified: trunk/lib/get-config-dir-git
===================================================================
--- trunk/lib/get-config-dir-git	2011-04-14 13:07:37 UTC (rev 6338)
+++ trunk/lib/get-config-dir-git	2011-04-14 13:08:09 UTC (rev 6339)
@@ -19,9 +19,10 @@
 		giturl="git://$gitpath"
 		;;
 	git+http)
-		echo git+http
 		giturl="http://$gitpath"
 		;;
+	git+ssh)
+		giturl="ssh://$gitpath"
 	*)
 		echo "get-config-dir-git: protocol $protocol not implemented"
 		exit 1




More information about the Fai-commit mailing list