GNOME Bugzilla – Bug 721323
moduleset: teach jhbuild how to build itself
Last modified: 2014-01-02 16:02:36 UTC
jhbuild is perfectly capable of building itself, so add it to the moduleset. It was always possible to use 'jhbuild buildone jhbuild' to do it before, but having it in the moduleset lets us specify the correct dependencies and allows us to build jhbuild from other commands, such as tinderbox. This will allow people to bootstrap their setup using a 'simple install' jhbuild (that doesn't need yelp or gnome-common) followed by a normal full install, with dependencies. This is helpful for systems that don't have yelp-tools or gnome-common.
Created attachment 265122 [details] [review] moduleset: teach jhbuild how to build itself
Comment on attachment 265122 [details] [review] moduleset: teach jhbuild how to build itself What about adding it to gnome-apps instead?
Works for me. I'll have another patch up soon.
Created attachment 265142 [details] [review] moduleset: teach jhbuild how to build itself jhbuild is perfectly capable of building itself, so add it to the moduleset. It was always possible to use 'jhbuild buildone jhbuild' to do it before, but having it in the moduleset lets us specify the correct dependencies and allows us to build jhbuild from other commands, such as tinderbox. This will allow people to bootstrap their setup using a 'simple install' jhbuild (that doesn't need yelp or gnome-common) followed by a normal full install, with dependencies. This is helpful for systems that don't have yelp-tools or gnome-common.
Comment on attachment 265142 [details] [review] moduleset: teach jhbuild how to build itself Thanks.
Attachment 265142 [details] pushed as 0d8f5bc - moduleset: teach jhbuild how to build itself