Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139390 - add support for working with uncompressed tarballs
Summary: add support for working with uncompressed tarballs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Catalyst Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 207862
  Show dependency tree
 
Reported: 2006-07-05 23:28 UTC by SpanKY
Modified: 2015-10-28 19:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2006-07-05 23:28:52 UTC
on embedded machines it takes a while to simply compress/uncompress tarballs ... if there was an option to simply work with .tar's, i'd be happy :p
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2006-07-06 05:55:14 UTC
Currently catalyst 2.0 is in a feature freeze, so we can actually get out a final version before 2006.1 is done.  Feel free to write up a patch, and we'll look at inclusion for 2.0.1 (or later).  Otherwise, we'll see about getting this in after the release.  Until that time, all of the tar commands are actually shelled out in the code, so you can simply remove the "j" from them all in catalyst locally.  In fact, if you had some kind of USE flag idea, we could implement that quite easily with a patch.
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2006-12-20 07:27:51 UTC
OK.  I've added the "compress" option for catalyst.conf, but it is currently commented.  The general idea here is that we will have catalyst compress the tarballs only if options=compress but most of the code needs to take this into account, first.
Comment 3 SpanKY gentoo-dev 2015-10-28 19:52:39 UTC
this seems to be fixed in the latest git.  the source_subpath now allows you to specify the full input (so i can use "seed.tar"), and there's a compression_mode for disabling the output compression.