In invirt-build-release, get the svn uri from the config, not from 0.0.4
authorEvan Broder <broder@mit.edu>
Sat, 1 Nov 2008 06:16:30 +0000 (02:16 -0400)
committerEvan Broder <broder@mit.edu>
Sat, 1 Nov 2008 06:16:30 +0000 (02:16 -0400)
/srv/checkout

svn path=/trunk/packages/invirt-dev/; revision=1486

debian/changelog
invirt-build-release

index f037d49..ed831f4 100644 (file)
@@ -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 <broder@mit.edu>  Sat, 01 Nov 2008 02:11:59 -0400
+
 invirt-dev (0.0.3) unstable; urgency=low
 
   * sipb-xen-base -> invirt-base
 invirt-dev (0.0.3) unstable; urgency=low
 
   * sipb-xen-base -> invirt-base
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