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 400302 - add support for module uninstalling
add support for module uninstalling
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2007-01-24 18:01 UTC by Henrique Ferreiro
Modified: 2009-05-16 13:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Henrique Ferreiro 2007-01-24 18:01:55 UTC
I think this feature could be usefull.
Comment 1 B S Srinidhi 2007-12-03 19:00:35 UTC
+1

It would help keep things clean. 
Comment 2 Frederic Peters 2007-12-03 20:03:33 UTC
'jhbuild run --in-builddir module make uninstall' does the trick, isn't that enough for module uninstallation?  Would you give more details on what would be needed here?
Comment 3 B S Srinidhi 2007-12-03 21:06:20 UTC
Ah! Never knew about that option. But, you'll have to manually run this command for each module that you are building.

If a target was available like the existing 'clean', 'dist' and 'distcheck' targets, it would be a lot easier to do an uninstall during build.
Comment 4 Frederic Peters 2009-05-16 13:44:44 UTC
I finally refactored the whole build steps part, and added an uninstall command along the way.

commit 48b4c3cae51573a00a195751c0b23b4ac21e2b74
Author: Frederic Peters <fpeters@0d.be>
Date:   Tue May 5 17:18:55 2009 +0200

    new uninstall command (GNOME #400302)