From ba5bceee4f2208968a6073bad003575fdd4b7622 Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Mon, 9 Jun 2014 19:47:56 -0400 Subject: [PATCH 1/1] fix typo --- debian/changelog | 6 ++++++ invirt-database | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 577bd69..22f8596 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-xen-config (0.0.55) precise; urgency=medium + + * Fix typo + + -- Adam Glasgall Mon, 09 Jun 2014 19:47:58 -0400 + invirt-xen-config (0.0.54) precise; urgency=low * Add support for using pvgrub to boot paravms. diff --git a/invirt-database b/invirt-database index 31e4b85..94efd05 100644 --- a/invirt-database +++ b/invirt-database @@ -50,7 +50,7 @@ if machine_type.hvm: codepath = 'hvm' else: codepath = 'paravm' - if machine_type.type_id = 'linux-pvgrub': + if machine_type.type_id == 'linux-pvgrub': use_pvgrub = True else: use_pvgrub = False -- 1.7.9.5