From: Eric Price Date: Sat, 29 Mar 2008 01:40:13 +0000 (-0400) Subject: Find the svn repository with svn info X-Git-Tag: sipb-xen-dev/13^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dev.git/commitdiff_plain/refs/tags/sipb-xen-dev/13?hp=21f1900a0abaf8292856f2ea2aeb7ab1aaf33420 Find the svn repository with svn info svn path=/trunk/packages/sipb-xen-dev/sipb-xen-dev/; revision=298 --- diff --git a/debian/changelog b/debian/changelog index 97b9d0f..2c69649 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sipb-xen-dev (13) unstable; urgency=low + + * Update the svn uri automatically. + + -- Eric Price Fri, 28 Mar 2008 21:38:37 -0400 + sipb-xen-dev (12) unstable; urgency=low * Update the svn uri to point to the new repository diff --git a/sx-build-release b/sx-build-release index a7f7a7a..9f4a17e 100755 --- a/sx-build-release +++ b/sx-build-release @@ -1,5 +1,5 @@ #!/bin/bash -svnuri=file:///srv/svn-xen +svnuri=`svn info | sed -n 's/^Repository Root: //p'` set -e if [ $# -ne 1 ] ; then