From: Peter Iannucci Date: Tue, 17 Feb 2009 08:05:33 +0000 (-0500) Subject: Yay yasb X-Git-Tag: 0.0.23^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/commitdiff_plain/9014d0616c6c4fe5f2e19b2a3889700cf70dd654?ds=sidebyside Yay yasb svn path=/trunk/packages/invirt-base/; revision=2148 --- diff --git a/debian/changelog b/debian/changelog index 90606d8..3af50fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-base (0.0.23) unstable; urgency=low + + * another minor bugfix + + -- Peter A. Iannucci Tue, 17 Feb 2009 03:05:13 -0500 + invirt-base (0.0.22) unstable; urgency=low * minor bugfix diff --git a/scripts/invirt-setquotas b/scripts/invirt-setquotas index 5bdacce..ceae1bf 100755 --- a/scripts/invirt-setquotas +++ b/scripts/invirt-setquotas @@ -54,7 +54,7 @@ def main(argv): if x == None: x = Owner(owner_id=owner, ram_quota_total=None, ram_quota_single=None, disk_quota_total=None, disk_quota_single=None, - vms_quota_total=None, vms_quota_active) + vms_quota_total=None, vms_quota_active=None) if opts.memtotal != None: total = int(opts.memtotal)