From de2c5d150e48a60fffced1b8e24822276356497f Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 1 Nov 2008 02:16:30 -0400 Subject: [PATCH] In invirt-build-release, get the svn uri from the config, not from /srv/checkout svn path=/trunk/packages/invirt-dev/; revision=1486 --- debian/changelog | 6 ++++++ invirt-build-release | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 1.7.9.5