From c849ff05c6754b60ad62ecf57d244207174c3ccb Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 6 Jun 2013 08:53:17 +0000 Subject: [PATCH] nightly build: Translate svn+ssh URLs into svn URLs git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4895 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- nightly/bin/nightly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nightly/bin/nightly b/nightly/bin/nightly index 173be30da..927f61e1a 100755 --- a/nightly/bin/nightly +++ b/nightly/bin/nightly @@ -55,7 +55,7 @@ usage () { scst_rootdir="$(dirname "$(dirname "$(cd "$(dirname "$0")" && echo "$PWD")")")" if svn info . >/dev/null 2>&1; then - scst_repo="$(svn info "$scst_rootdir" | sed -n 's/^URL: //p')" + scst_repo="$(svn info "$scst_rootdir" | sed -n -e 's|\+ssh://[^@]*@|://|' -e 's/^URL: //p')" else scst_repo="$scst_rootdir" fi