From: Greg Price Date: Thu, 17 Apr 2008 02:11:54 +0000 (-0400) Subject: sipb-xen-dev@ -> sipb-xen@ X-Git-Tag: sipb-xen-www/3.4~46 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/1383bc691cb24e41aa04dc43edd1904726be18e8 sipb-xen-dev@ -> sipb-xen@ svn path=/trunk/packages/sipb-xen-www/; revision=419 --- diff --git a/code/controls.py b/code/controls.py index b2c60d5..2aeb924 100644 --- a/code/controls.py +++ b/code/controls.py @@ -127,7 +127,7 @@ def createVm(owner, contact, name, memory, disk_size, is_hvm, cdrom, clone_from) open_nics = NIC.select_by(machine_id=None) if not open_nics: #No IPs left! raise CodeError("No IP addresses left! " - "Contact sipb-xen-dev@mit.edu") + "Contact sipb-xen@mit.edu.") nic = open_nics[0] nic.machine_id = machine.machine_id nic.hostname = name diff --git a/code/static/about.html b/code/static/about.html index c679188..9c48a9a 100644 --- a/code/static/about.html +++ b/code/static/about.html @@ -27,6 +27,6 @@ Lots of services claim to be beta when they're really almost release-worthy. SIP

If you're OK with this, we hope you enjoy using and helping us test SIPB Virtual Servers.


-Questions? Contact sipb-xen-dev@mit.edu. +Questions? Contact sipb-xen@mit.edu. diff --git a/code/templates/skeleton.tmpl b/code/templates/skeleton.tmpl index 4e3e51a..c2d2396 100644 --- a/code/templates/skeleton.tmpl +++ b/code/templates/skeleton.tmpl @@ -65,7 +65,7 @@ $result $body #if not $varExists('simple') or not $simple
-Questions? Contact sipb-xen-dev@mit.edu. +Questions? Contact sipb-xen@mit.edu. #end if