ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Peter V. Saveliev" <peet@infosite.ru>
To: mandrake-russian@altlinux.ru
Subject: Re: [mdk-re] Re: [mdk-re] Проверка пакето
Date: Fri Feb 15 17:07:03 2002
Message-ID: <20020215171259.25ca0719.peet@infosite.ru> (raw)
In-Reply-To: <20020215161305.447e7368.sssku@online.ru>

On Fri, 15 Feb 2002 16:13:05 +0300
"Sergey S. Skulachenko" <sssku@online.ru> wrote:

> On Fri, 15 Feb 2002 14:11:36 +0300
> "Peter V. Saveliev" <peet@infosite.ru> wrote:
> 
> > find /ваш/депозитарий -name '*.rpm' -print0 | xargs -0 rpm -qpl
> > >/dev/null
> 
> > На экран вылезут сообщения о битых rpm. По крайней мере, я так
> > проверяю.
> 
> И, действительно, находите? Что-то не верится.

Сорри, лажанулся, конечно. На лету попытался обобщить ;)

Заодно спасибо, поскольку отловил граблю. В общем, я использовал 
for i in *; do rpm -qpl $i >/dev/null; done,
находясь в директории с rpmками. При этом полагалось, что ошибки
запросов rpm будет выводить во второй поток. И я действительно
так находил битые пакеты.

Внимательно посмотрев сейчас, оказалось, что надписи типа

[peet@perl SRPMS]$ for i in *; do rpm -qpi $i | grep ошибка; done
balabala.src.rpm: ошибка чтения списка файлов: Success
index.html: ошибка чтения списка файлов: Success

идут в первом потоке. При чем здесь Success, правда, непонятно...
Может, в rpm что-то изменилось? Но все равно спасибо.

А так, если обобщать на толстый репозитарий, наверное, ответом будет
for i in `find /ваш/репозитарий -name '*.rpm' -type f`; do rpm -qpi $i | grep ошибка; done

Петр.



  reply	other threads:[~2002-02-15 17:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-15 11:52 Igor Tertishny
2002-02-15 11:57 ` Korshunov Ilya
2002-02-15 12:15   ` Igor Tertishny
2002-02-15 12:26     ` [mdk-re] Re: Проверка пакетов Vyt
2002-02-15 14:06     ` [mdk-re] Проверка пакето Peter V. Saveliev
2002-02-15 16:32       ` [mdk-re] " Sergey S. Skulachenko
2002-02-15 17:07         ` Peter V. Saveliev [this message]
2002-02-15 17:19       ` Sergey Vlasov
2002-02-15 17:23         ` Peter V. Saveliev

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=20020215171259.25ca0719.peet@infosite.ru \
    --to=peet@infosite.ru \
    --cc=mandrake-russian@altlinux.ru \
    /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 Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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