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 746327 - tarball: delay check for writable tarballdir
tarball: delay check for writable tarballdir
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2015-03-17 02:54 UTC by Allison Karlitskaya (desrt)
Modified: 2016-01-27 15:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tarball: delay check for writable tarballdir (1.87 KB, patch)
2015-03-17 02:54 UTC, Allison Karlitskaya (desrt)
none Details | Review

Description Allison Karlitskaya (desrt) 2015-03-17 02:54:14 UTC
It's possible to imagine jhbuild used in a situation where the tarball
directory may not be writable by the user who is running it, including
in the case where the tarballdir is a read-only bind mount.

For that reason, skip the check on startup for tarballdir being
read-only and delay it to the point where we would actually try to
download the file.
Comment 1 Allison Karlitskaya (desrt) 2015-03-17 02:54:17 UTC
Created attachment 299567 [details] [review]
tarball: delay check for writable tarballdir
Comment 2 Frederic Peters 2016-01-27 15:57:31 UTC
Pushed.