sipb-xen-dev@ -> sipb-xen@
authorGreg Price <price@mit.edu>
Thu, 17 Apr 2008 02:11:54 +0000 (22:11 -0400)
committerGreg Price <price@mit.edu>
Thu, 17 Apr 2008 02:11:54 +0000 (22:11 -0400)
svn path=/trunk/packages/sipb-xen-www/; revision=419

code/controls.py
code/static/about.html
code/templates/skeleton.tmpl

index b2c60d5..2aeb924 100644 (file)
@@ -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
index c679188..9c48a9a 100644 (file)
@@ -27,6 +27,6 @@ Lots of services claim to be beta when they're really almost release-worthy. SIP
 <p>If you're OK with this, we hope you enjoy using and helping us test <a href="/">SIPB Virtual Servers</a>.</p>
 
 <hr />
-Questions? Contact <a href="mailto:sipb-xen-dev@mit.edu">sipb-xen-dev@mit.edu</a>.
+Questions? Contact <a href="mailto:sipb-xen@mit.edu">sipb-xen@mit.edu</a>.
 </body>
 </html>
index 4e3e51a..c2d2396 100644 (file)
@@ -65,7 +65,7 @@ $result
 $body
 #if not $varExists('simple') or not $simple
 <hr />
-Questions? Contact <a href="mailto:sipb-xen-dev@mit.edu">sipb-xen-dev@mit.edu</a>.
+Questions? Contact <a href="mailto:sipb-xen@mit.edu">sipb-xen@mit.edu</a>.
 #end if
 </body>
 </html>