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 655546 - [PATCH] Support SystemInstall on non-packagekit systems
[PATCH] Support SystemInstall on non-packagekit systems
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2011-07-29 04:47 UTC by John Stowers
Modified: 2011-07-29 15:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
minimal implementation of DummySystemInstall (940 bytes, patch)
2011-07-29 04:47 UTC, John Stowers
reviewed Details | Review

Description John Stowers 2011-07-29 04:47:57 UTC
Created attachment 192850 [details] [review]
minimal implementation of DummySystemInstall

... or at least support querying if packages are installed, even if one cant later install them.

This allows jhbuild sysdeps to do something on Ubuntu.
Comment 1 Colin Walters 2011-07-29 15:37:39 UTC
Review of attachment 192850 [details] [review]:

I think we should fix this by just taking get_installed_pkgconfigs out of the base class and make it a utility function.  Then we wouldn't instantaiate SystemInstall in cmds/sysdeps.py.
Comment 2 Colin Walters 2011-07-29 15:45:22 UTC
# Bug 655546 - [PATCH] Support SystemInstall on non-packagekit systems - UNCONFIRMED