From: Evan Broder Date: Sun, 16 Nov 2008 04:29:47 +0000 (-0500) Subject: The trac URI doesn't want to have a trailing slash X-Git-Tag: 1.0.3^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-prodconfig.git/commitdiff_plain/refs/tags/1.0.3?ds=inline The trac URI doesn't want to have a trailing slash svn path=/trunk/packages/xvm-prodconfig/; revision=1675 --- diff --git a/debian/changelog b/debian/changelog index 414dca6..355490f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-prodconfig (1.0.3) unstable; urgency=low + + * The trac URI doesn't want a trailing slash + + -- Evan Broder Sat, 15 Nov 2008 23:28:58 -0500 + xvm-prodconfig (1.0.2) unstable; urgency=low * Move trac over to scripts diff --git a/master.yaml b/master.yaml index 0d7953e..029624a 100644 --- a/master.yaml +++ b/master.yaml @@ -53,7 +53,7 @@ dhcp: web: baseuri: https://xvm.mit.edu/ hostname: xvm.mit.edu - errormail: xvm@mit.edu +. errormail: xvm@mit.edu adminacl: system:xvm-root errormail_exclude: - broder @@ -72,7 +72,7 @@ svn: uri: https://xvm.mit.edu:1111 trac: - uri: https://xvm.scripts.mit.edu/ + uri: https://xvm.scripts.mit.edu vnc: base_port: 10003