From 1383bc691cb24e41aa04dc43edd1904726be18e8 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Wed, 16 Apr 2008 22:11:54 -0400 Subject: [PATCH] sipb-xen-dev@ -> sipb-xen@ svn path=/trunk/packages/sipb-xen-www/; revision=419 --- code/controls.py | 2 +- code/static/about.html | 2 +- code/templates/skeleton.tmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.9.5