ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Igor Vlasenko <vlasenko@imath.kiev.ua>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] repocop: arch-dep-package-has-big-usr-share
Date: Fri, 1 Aug 2008 10:55:56 +0300
Message-ID: <20080801075556.GA10623@dad.imath.kiev.ua> (raw)
In-Reply-To: <20080731212646.GK31781@solemn.turbinal>

On Fri, Aug 01, 2008 at 01:26:46AM +0400, Alexey Tourbin wrote:
> On Thu, Jul 31, 2008 at 11:10:29PM +0300, Igor Vlasenko wrote:
> > Сейчас там на плоскости (S,s) вырезается первое приближение к гиперболе:
> > |
> > | |
> > |  \ _
> > |________
> > 
> > DELETE FROM t1 WHERE total <= 1048576;
> > DELETE FROM t2 WHERE usrshare <= 1048576;
> > отбрасываются пакеты с total < 1mb и с /usr/share/ < 1mb
> > INSERT INTO t3 SELECT t1.pkgid, total, usrshare FROM t2 LEFT JOIN t1 ON t1.pkgid=t2.pkgid WHERE usrshare > 2097152 OR (usrshare > 1048576 AND usrshare/total > 0.5);
> > затем выделяются пакеты с /usr/share/ > 2mb либо /usr/share/> 1mb и s/S >0.5.
> > 
> > В принципе можно сгладить, 
> > только не понятно, стоит ли размениваться на пакеты S,s < 1mb.
> 
> У веса есть по крайней мере одно преимущество: если p=1, то это значит,
> что либо все файлы в /usr/share, либо в пакете вообще нет файлов (это
> зависит от того, как доопределить функцию).  В любом случае, такой пакет
> очень просто сделать noarch (достаточно вписать "BuildArch: noarch",
> ничего распиливать не надо).  (Правда, основной пакет нельзя сделать
> noarch.)
> 
> Правда, частный случай p=1 тоже легко отследить SQL запросом:
> 	... WHERE total = usrshare;

И сообщение в этом случае другое надо давать:
вместо has a significant amount of architecture-independent data -
consists of architecture-independent data in /usr/share...

Чтобы легче было отследить подпакеты, в которых достаточно
только добавить BuildArch: noarch.

Сделано в repocop-unittest-lintian-noncollectors-0.10.1.23.48-alt4.

-- 

Dr. Igor Vlasenko
--------------------
Topology Department
Institute of Math
Kiev, Ukraine



  reply	other threads:[~2008-08-01  7:55 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-31 14:21 Igor Vlasenko
2008-07-31 14:30 ` Aleksey Avdeev
2008-07-31 14:35 ` Led
2008-07-31 14:39   ` Alexey Shabalin
2008-07-31 14:45     ` Aleksey Avdeev
2008-07-31 14:51 ` Alexey Tourbin
2008-07-31 15:01   ` Alexey Tourbin
2008-07-31 15:48     ` Igor Vlasenko
2008-07-31 15:35   ` Igor Vlasenko
2008-07-31 17:35 ` Alexey Tourbin
2008-07-31 19:24   ` Alexey Tourbin
2008-07-31 20:10     ` Igor Vlasenko
2008-07-31 21:26       ` Alexey Tourbin
2008-08-01  7:55         ` Igor Vlasenko [this message]
2008-08-03 15:24   ` Andrey Rahmatullin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080801075556.GA10623@dad.imath.kiev.ua \
    --to=vlasenko@imath.kiev.ua \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git