GNOME Bugzilla – Bug 583006
AttributeError: 'MetaModule' object has no attribute 'do_checkout'
Last modified: 2009-05-18 06:17:05 UTC
jhbuild build -t libgnomeui builds libgnomeui, then has this traceback in meta-gnome-devel-platform-upcoming-deprecations: Traceback (most recent call last):
+ Trace 215547
jhbuild.main.main(sys.argv[1:])
rc = jhbuild.commands.run(command, config, args)
return cmd.execute(config, args)
return self.run(config, options, args)
return build.build()
error, altphases = module.run_phase(self, phase)
method = getattr(self, 'do_' + phase)
Thanks for the report, a stupid oversight of my part, I just fixed it. commit f22ab9fee91d54404bf1846621943fa49439eaf6 Author: Frédéric Péters <fpeters@0d.be> Date: Mon May 18 08:15:15 2009 +0200 [buildscript] recompute phases for each module (GNOME #583006)