Mailinglist Archive: opensuse-packaging (140 mails)
| < Previous | Next > |
Re: [opensuse-packaging] Re: RFC: Cleanup of packages - checking doc files
- From: Ruediger Meier <sweet_f_a@xxxxxx>
- Date: Thu, 19 Jan 2012 18:30:37 +0100
- Message-id: <201201191830.37472.sweet_f_a@gmx.de>
On Thursday 19 January 2012, Claudio Freire wrote:
I mean grepping _easily_. When using xyzgrep you need to have more
knowledge about what kind of files you want to grep that. That's even
more bad if the user expects all these files uncompressed since
decades.
All this to safe maybe 50M on a large 12G Installation?
$ find /usr/share/doc/packages/ -type f -a -iname "change*" | xargs
du -s -B1 |sumit.sh
68792832
$ rpm -qa --qf="%{SIZE}\n" |sumit.sh
12544513401
cu,
Rudi
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-packaging+owner@xxxxxxxxxxxx
On Thu, Jan 19, 2012 at 12:40 PM, Ruediger Meier <sweet_f_a@xxxxxx>wrote:
Suggestion: compress above 4k file-size at least. All LICENCE
could be compressed with no loss regarding legal.
I really don't like that.
1. I like to grep -r /usr/share/doc/packages easily
2. There are no much LICENCE files >4k. You wouldn't safe any
reasonable space.
zgrep
I mean grepping _easily_. When using xyzgrep you need to have more
knowledge about what kind of files you want to grep that. That's even
more bad if the user expects all these files uncompressed since
decades.
All this to safe maybe 50M on a large 12G Installation?
$ find /usr/share/doc/packages/ -type f -a -iname "change*" | xargs
du -s -B1 |sumit.sh
68792832
$ rpm -qa --qf="%{SIZE}\n" |sumit.sh
12544513401
cu,
Rudi
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-packaging+owner@xxxxxxxxxxxx
| < Previous | Next > |