[Fai-commit] r4252 - in people/h01ger/softupdate-git-rpm: debian lib

Holger Levsen h01ger-guest at alioth.debian.org
Wed Apr 11 14:45:09 UTC 2007


Author: h01ger-guest
Date: 2007-04-11 14:45:08 +0000 (Wed, 11 Apr 2007)
New Revision: 4252

Modified:
   people/h01ger/softupdate-git-rpm/debian/changelog
   people/h01ger/softupdate-git-rpm/lib/get-config-dir-svn
Log:
add support for svn+ssh for get-config-svn


Modified: people/h01ger/softupdate-git-rpm/debian/changelog
===================================================================
--- people/h01ger/softupdate-git-rpm/debian/changelog	2007-04-11 14:32:17 UTC (rev 4251)
+++ people/h01ger/softupdate-git-rpm/debian/changelog	2007-04-11 14:45:08 UTC (rev 4252)
@@ -2,10 +2,11 @@
 
   * added get-config-dir-git
   * added Suggests: subversion, git-core to fai-client
-  * fixed subroutines to not give an error if not installed with fai 
+  * fixed subroutines to not give an error if not installed with fai
     (Closes: #415880)
+  * add support for svn+ssh for get-config-svn
 
- -- Holger Levsen <debian at layer-acht.org>  Wed, 11 Apr 2007 14:26:23 +0200
+ -- Holger Levsen <debian at layer-acht.org>  Wed, 11 Apr 2007 16:44:33 +0200
 
 fai (3.1.8) unstable; urgency=medium
 

Modified: people/h01ger/softupdate-git-rpm/lib/get-config-dir-svn
===================================================================
--- people/h01ger/softupdate-git-rpm/lib/get-config-dir-svn	2007-04-11 14:32:17 UTC (rev 4251)
+++ people/h01ger/softupdate-git-rpm/lib/get-config-dir-svn	2007-04-11 14:45:08 UTC (rev 4252)
@@ -27,6 +27,9 @@
 	svn+https)
 		svnurl="https://$svnpath"
 		;;
+	svn+ssh)
+		svnurl="svn+ssh://$svnpath"
+		;;
 	*)
 		echo "get-config-dir-svn: protocol $protocol not implemented"
 		exit 1




More information about the Fai-commit mailing list