In invirt-build-release, get the svn uri from the config, not from
[invirt/packages/invirt-dev.git] / invirt-build-release
index 8415ef4..4d01a5d 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
 #!/bin/bash
-svnuri=`svn info /srv/checkout | sed -n 's/^Repository Root: //p'`
+svnuri="$(invirt-getconf svn.uri)"
 
 set -e
 if  [ $# -ne 1 ] ; then
 
 set -e
 if  [ $# -ne 1 ] ; then