From: Igor Vlasenko <vlasenko@imath.kiev.ua>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] perl-* NMU [was: I: Sisyphus-20081005 REBUILD i586 status]
Date: Tue, 7 Oct 2008 10:11:40 +0300
Message-ID: <20081007071140.GA15681@dad.imath.kiev.ua> (raw)
In-Reply-To: <20081006191742.GA5167@dad.imath.kiev.ua>
On Mon, Oct 06, 2008 at 10:17:42PM +0300, Igor Vlasenko wrote:
> > Так что я не против выдачи Вам NMU на мои perl-*.
> Тогда просим уважаемый imcoming@ выдать NMU
[list skipped]
Итоги - 72 (70?) из 76 пакетов в Сизифе,
1 не прошел тесты, у 3 build unmets.
Фокус прошел, теперь займемся разоблачением :)
код у меня в RPM-Source-Editor.git,
пакеты сгенерировались такой командой (в IN лежали оригинальные пакеты):
mkdir OUT
for i in IN/*; do ./nmu --packager 'Michael Bochkaryov <misha@altlinux.ru>' --hook /path/to/RPM-Source-Editor.git/hooks/perl-check.pl --rpm $i --out OUT; done
скрипт nmu общего плана, он увеличивает релиз, устанавливает
Packager (если его нет), add changelog.
Сами команды редактирования содержатся в hooks/perl-check.pl.
./nmu и hooks -- Это как ракета и боеголовка.
в RPM-Source-Editor есть обьекты для спека и секции, и
различные команды для манипуляции их содержимым.
Эти обьекты ./nmu передает в hooks.
API, похоже, стабилизируется, так что можно понемногу
популяризовывать. Код перловый.
hooks/perl-check.pl:
push @SPECHOOKS,
sub {
my ($spec) = @_;
my $buildarch=$spec->get_section('package','')->get_tag('BuildArch');
if (!$buildarch) { # it looks like arch
foreach my $section ($spec->get_sections()) {
if ($section->get_type() eq 'files') {
$section->subst(qr'\%perl_vendor_privlib','%perl_vendor_archlib');
}
}
} elsif ($buildarch eq 'noarch') {
foreach my $section ($spec->get_sections()) {
if ($section->get_type() eq 'files') {
$section->push_body('%exclude %perl_vendor_archlib'."\n");
}
}
} else {
die "TODO: arch $arch!";
}
};
--
Dr. Igor Vlasenko
--------------------
Topology Department
Institute of Math
Kiev, Ukraine
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
next prev parent reply other threads:[~2008-10-07 7:11 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-05 9:44 Igor Vlasenko
2008-10-05 9:58 ` [devel] perl robot servant [was: perl-* NMU] Igor Vlasenko
2008-10-05 11:56 ` Alexey Tourbin
2008-10-05 12:40 ` Alexey Tourbin
2008-10-05 15:16 ` Michael Shigorin
2008-10-06 18:16 ` Igor Vlasenko
2008-10-05 19:16 ` Dmitry Afanasov
2008-10-06 18:39 ` Igor Vlasenko
2008-10-06 18:42 ` [devel] perl-* NMU [was: I: Sisyphus-20081005 REBUILD i586 status] Igor Vlasenko
2008-10-06 19:11 ` Michael Bochkaryov
2008-10-06 19:17 ` Igor Vlasenko
2008-10-07 7:11 ` Igor Vlasenko [this message]
2008-10-06 19:51 ` Igor Vlasenko
2008-10-06 20:06 ` Igor Vlasenko
2008-10-06 20:12 ` Dmitry V. Levin
2008-10-06 21:03 ` Igor Vlasenko
2008-10-06 21:32 ` Dmitry V. Levin
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=20081007071140.GA15681@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