Fix a typo in the CDROM lookup in sipb-database sipb-xen-database/10.30.2
authorEvan Broder <broder@mit.edu>
Sat, 11 Oct 2008 23:19:52 +0000 (19:19 -0400)
committerEvan Broder <broder@mit.edu>
Sat, 11 Oct 2008 23:19:52 +0000 (19:19 -0400)
svn path=/trunk/packages/sipb-xen-database/; revision=1101

client/etc/xen/sipb-database
debian/changelog

index a4da026..9006232 100644 (file)
@@ -21,7 +21,7 @@ check(machine is not None)
 machine_type = machine.type
 cdrom = None
 if 'cdrom_image' in locals():
-    cdrom = models.CDROM.query().filter_by(name=cdrom_image).one()
+    cdrom = models.CDROM.query().filter_by(cdrom_id=cdrom_image).one()
     check(cdrom is not None)
 
 memory = machine.memory
index fe386f1..b8f6c9d 100644 (file)
@@ -1,3 +1,9 @@
+sipb-xen-database (10.30.2) unstable; urgency=low
+
+  * Fix a typo in the CDROM lookup in sipb-database
+
+ -- Evan Broder <broder@mit.edu>  Sat, 11 Oct 2008 19:17:05 -0400
+
 sipb-xen-database (10.30.1) unstable; urgency=low
 
   * Don't strip quotes that won't be there