projects
/
invirt/packages/invirt-dev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
21f1900
)
Find the svn repository with svn info
sipb-xen-dev/13
author
Eric Price
<ecprice@mit.edu>
Sat, 29 Mar 2008 01:40:13 +0000
(21:40 -0400)
committer
Eric Price
<ecprice@mit.edu>
Sat, 29 Mar 2008 01:40:13 +0000
(21:40 -0400)
svn path=/trunk/packages/sipb-xen-dev/sipb-xen-dev/; revision=298
debian/changelog
patch
|
blob
|
history
sx-build-release
patch
|
blob
|
history
diff --git
a/debian/changelog
b/debian/changelog
index
97b9d0f
..
2c69649
100644
(file)
--- a/
debian/changelog
+++ b/
debian/changelog
@@
-1,3
+1,9
@@
+sipb-xen-dev (13) unstable; urgency=low
+
+ * Update the svn uri automatically.
+
+ -- Eric Price <ecprice@sipb-xen-dev.mit.edu> 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
(executable)
--- 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