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 560092 - Jhbuild should use XDG_CACHE_HOME
Jhbuild should use XDG_CACHE_HOME
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks: 523057
 
 
Reported: 2008-11-10 00:42 UTC by James Sharpe
Modified: 2009-10-13 17:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use XDG_CACHE_HOME (560 bytes, patch)
2008-11-10 00:43 UTC, James Sharpe
none Details | Review

Description James Sharpe 2008-11-10 00:42:34 UTC
Use XDG_CACHE_HOME instead of ~/.jhbuild/cache for storing cached modulesets.
Comment 1 James Sharpe 2008-11-10 00:43:19 UTC
Created attachment 122300 [details] [review]
Use XDG_CACHE_HOME
Comment 2 Frederic Peters 2008-11-11 13:08:28 UTC
Thanks; I just commited it.

2008-11-11  Frederic Peters  <fpeters@0d.be>

        * jhbuild/utils/httpcache.py: respect XDG_CACHE_HOME for cached
        modulesets.  (closes: #560092, patch by James Sharpe)