From: Alexey Tourbin <at@altlinux.ru>
To: devel@altlinux.ru
Subject: [devel] Re: I: Sisyphus-20050803 unexpanded_macros: +6 -9 (782)
Date: Wed, 3 Aug 2005 04:28:37 +0400
Message-ID: <20050803002837.GG28542@solemn.turbinal.org> (raw)
In-Reply-To: <20050803001703.GF28542@solemn.turbinal.org>
[-- Attachment #1.1: Type: text/plain, Size: 510 bytes --]
On Wed, Aug 03, 2005 at 04:17:03AM +0400, Alexey M. Tourbin wrote:
> 6 NEW unexpanded_macros
> oracle-preinstall-0.3-alt2.noarch.rpm PREIN %HTDOCS
> 9 OLD unexpanded_macros
> oracle-preinstall-0.3-alt1.noarch.rpm PREIN %APACHE
В скрипте есть ошибка: для каждой секции (напр. PREIN) ищется
максимум один нераскрытый макрос. То есть когда макрос %APACHE
исправили, оказалось, что про запас был/есть ещё один нераскрытый
макрос -- %HTDOCS.
Завтра я объясню, как этот скрипт "завернуть" в робота.
[-- Attachment #1.2: unexpanded_macros --]
[-- Type: text/plain, Size: 542 bytes --]
#!/bin/sh -ef
dump()
{
find "$@" -type f -name '*.rpm' -print0 |perl -Mstrict -ln0 -e \
' use RPM::Header; my $f = $_;
my $rpm = RPM::Header->new($f) or die "$f: $RPM::err\n";
while (my ($k, $v) = each %$rpm) {
next if $k =~ /CHANGELOGTEXT|SIGGPG|SIGMD5|GIF/;
my @v = ref($v) ? @$v : $v;
my @lines = map { split /[\r\n]+/ } @v;
foreach (@lines) {
next if /^\s*#/;
next unless /\%[a-zA-Z_][a-zA-Z0-9_]+/;
use File::Basename;
printf "%s\t%s\t%s\n", basename($f), $k, $&;
}
}
'
}
dump "${1-/raid/ALT/Sisyphus/files}"
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2005-08-03 0:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-03 0:17 [devel] " Alexey M. Tourbin
2005-08-03 0:28 ` Alexey Tourbin [this message]
2005-08-03 6:38 ` Denis Ovsienko
2005-08-03 9:09 ` [devel] " Alexey Tourbin
2005-08-04 9:46 ` Sergey V Turchin
2005-08-04 11:01 ` Alexey Tourbin
2005-08-08 14:12 ` Dmitry V. Levin
2005-08-08 14:30 ` Alexey Tourbin
2005-08-03 7:07 ` [devel] " Vitaly Lipatov
2005-08-03 7:26 ` Alexey Rusakov
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=20050803002837.GG28542@solemn.turbinal.org \
--to=at@altlinux.ru \
--cc=devel@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 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