From: Evan Broder Date: Sat, 1 Nov 2008 06:16:30 +0000 (-0400) Subject: In invirt-build-release, get the svn uri from the config, not from X-Git-Tag: 0.0.4^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dev.git/commitdiff_plain/refs/tags/0.0.4?hp=fc33fc2d431286bf433c5b82f633681d13209441 In invirt-build-release, get the svn uri from the config, not from /srv/checkout svn path=/trunk/packages/invirt-dev/; revision=1486 --- diff --git a/debian/changelog b/debian/changelog index f037d49..ed831f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-dev (0.0.4) unstable; urgency=low + + * Get the svn repo from the config file, instead of /srv/checkout + + -- Evan Broder Sat, 01 Nov 2008 02:11:59 -0400 + invirt-dev (0.0.3) unstable; urgency=low * sipb-xen-base -> invirt-base diff --git a/invirt-build-release b/invirt-build-release index 8415ef4..4d01a5d 100755 --- a/invirt-build-release +++ b/invirt-build-release @@ -1,5 +1,5 @@ #!/bin/bash -svnuri=`svn info /srv/checkout | sed -n 's/^Repository Root: //p'` +svnuri="$(invirt-getconf svn.uri)" set -e if [ $# -ne 1 ] ; then