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 761879 - Support extracting archives from zipfiles
Support extracting archives from zipfiles
Status: RESOLVED FIXED
Product: gnome-continuous
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Continuous maintainer(s)
GNOME Continuous maintainer(s)
Depends on:
Blocks: 761755
 
 
Reported: 2016-02-11 20:08 UTC by Emmanuele Bassi (:ebassi)
Modified: 2016-02-12 13:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add support for zipfile: archives (6.77 KB, patch)
2016-02-11 20:08 UTC, Emmanuele Bassi (:ebassi)
committed Details | Review

Description Emmanuele Bassi (:ebassi) 2016-02-11 20:08:14 UTC
Like we do for tarballs.

Patch follows.
Comment 1 Emmanuele Bassi (:ebassi) 2016-02-11 20:08:32 UTC
Created attachment 320907 [details] [review]
Add support for zipfile: archives

Reuse the same approach we use for tarballs, but call unzip instead of
tar. The prefix for the source is 'zipfile' to distinguish it from
tarball, instead of using the file extension.
Comment 2 Colin Walters 2016-02-11 20:17:30 UTC
Review of attachment 320907 [details] [review]:

LGTM.
Comment 3 Emmanuele Bassi (:ebassi) 2016-02-11 23:13:24 UTC
Pushed attachment 320907 [details] [review] to master