Thanks Brian, updating to proposed sources (vmbuilder version
0.12.4.r475) solved the problem for me on precise.

Meanwhile, in this revision, when calling vmbuilder --version, a python
error is raised. The cause is that 'revno' returned by the
VMBuilder.get_version_info is of type str, not int.

VMBuilder/contrib/cli.py:282
-        print ('%(major)d.%(minor)d.%(micro)s.r%(revno)d' %
+        print ('%(major)d.%(minor)d.%(micro)s.r%(revno)s' %

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1287943

Title:
  vm-builder needs trusty suite

To manage notifications about this bug go to:
https://bugs.launchpad.net/vmbuilder/+bug/1287943/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to