After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 721323 - moduleset: teach jhbuild how to build itself
moduleset: teach jhbuild how to build itself
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: module sets
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2014-01-02 05:36 UTC by Allison Karlitskaya (desrt)
Modified: 2014-01-02 16:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
moduleset: teach jhbuild how to build itself (1.42 KB, patch)
2014-01-02 05:36 UTC, Allison Karlitskaya (desrt)
none Details | Review
moduleset: teach jhbuild how to build itself (1.40 KB, patch)
2014-01-02 15:53 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Allison Karlitskaya (desrt) 2014-01-02 05:36:07 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.
Comment 1 Allison Karlitskaya (desrt) 2014-01-02 05:36:09 UTC
Created attachment 265122 [details] [review]
moduleset: teach jhbuild how to build itself
Comment 2 Frederic Peters 2014-01-02 15:50:36 UTC
Comment on attachment 265122 [details] [review]
moduleset: teach jhbuild how to build itself

What about adding it to gnome-apps instead?
Comment 3 Allison Karlitskaya (desrt) 2014-01-02 15:51:30 UTC
Works for me.  I'll have another patch up soon.
Comment 4 Allison Karlitskaya (desrt) 2014-01-02 15:53:47 UTC
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 5 Frederic Peters 2014-01-02 16:01:46 UTC
Comment on attachment 265142 [details] [review]
moduleset: teach jhbuild how to build itself

Thanks.
Comment 6 Allison Karlitskaya (desrt) 2014-01-02 16:02:33 UTC
Attachment 265142 [details] pushed as 0d8f5bc - moduleset: teach jhbuild how to build itself