GNOME Bugzilla – Bug 774795
Split Downloaded tarball types
Last modified: 2016-11-22 12:04:19 UTC
When the tarball type (gz or bz2) is left wildcarded, and the python support does not have bz2 support (as it does within the Android NDK), the download code within cerbero fails with a cryptic message. When the code is split into specific download types, the failure message identifies the missing bz2 support.
Created attachment 340449 [details] [review] Split the tarball download types so any failure is reported clearly. The Android NDK python support does not have bz2 support. When it is used with cerbero, and a third party bz2 tarball is downloaded, the error message does not indicate what is wrong. Splitting the types into specific file extensions instead of wildcarding causes the error messages to identify the problem.
commit e44aa1392fefca909b5636a3c3aa5d1d45ab9f8b Author: Andrew Esh <andrew.esh@qterics.com> Date: Thu Oct 6 14:59:32 2016 -0500 Split the tarball types and use a specific read mode https://bugzilla.gnome.org/show_bug.cgi?id=774795