[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#664794: marked as done (lintian: should we compress some collections (file-info and index)?)



Your message dated Wed, 02 Jan 2013 23:34:10 +0100
with message-id <50E4B5E2.60607@thykier.net>
and subject line Re: Bug#664794: lintian: should we compress some collections (file-info and index)?
has caused the Debian Bug report #664794,
regarding lintian: should we compress some collections (file-info and index)?
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
664794: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664794
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: lintian
Version: 2.5.6
Severity: wishlist

I have been considering if it would be a good idea to (conditionally?)
compress certain collection files.  In some cases they are actually
rather large and I suspect compression will generally be good in such
cases[1].  Admittedly, there are also cases where it gives little to
no size reduction.

Code-wise, we should be able to able this for file-info without any
greater hassle than updating L::Collect::Package and coll/file-info.
There are still some "ad-hoc" index parsers left in coll/*, but it
should be fairly straight forward to fix.

However, there has been people doing things like "grep -r $expression"
on the lab in the past[2] and compression could break some of these.

~Niels

For reference, the size of the lab pool is 16 (13) GB according to
 du -sh (--apparent-size)


[1]

$ wc -c < e/eclipse/eclipse_3.7.2-1_source/file-info
4600773
$ gzip --best -c < e/eclipse/eclipse_3.7.2-1_source/file-info  | wc -c
277286
$ wc -c < e/eclipse/eclipse_3.7.2-1_source/index
5462164
$ gzip --best -c < e/eclipse/eclipse_3.7.2-1_source/index  | wc -c
390669


[2] Such as (but not limited to) the Policy Maintainers :)

http://anonscm.debian.org/gitweb/?p=dbnpolicy/policy.git;a=blob;f=tools/license-count



--- End Message ---
--- Begin Message ---
Version: 2.5.7

Started in 2.5.7; additional compressioned happened in some later versions.

On 2012-03-20 23:01, Niels Thykier wrote:
> Source: lintian
> Version: 2.5.6
> Severity: wishlist
> 
> [...]
> 
> ~Niels
> 
> For reference, the size of the lab pool is 16 (13) GB according to
>  du -sh (--apparent-size)
> 
> [...]

Today, our Laboratory size has dropped to 10 (6.1) GB according to du
-csh (--apparent-size).  And this is despite the fact that we now also
process experimental (~10% extra packages).  Yummy!

~Niels

--- End Message ---

Reply to: