Mailinglist Archive: opensuse-buildservice (284 mails)
| < Previous | Next > |
[opensuse-buildservice] Poor man's rpmlint integration
- From: Michal Marek <mmarek@xxxxxxx>
- Date: Tue, 02 Oct 2007 17:18:10 +0200
- Message-id: <47026132.1090802@xxxxxxx>
Hi,
As you probably know, we use rpmlint internally in autobuild since some
time. I wrote a hack to allow something similar in the buildservice
(yes, I know that proper rpmlint integration is planned in the bs).
Use
<repository name="openSUSE_Factory">
<path repository="openSUSE_Factory" project="home:michal-m:rpmlint"/>
<arch>i586</arch>
<arch>x86_64</arch>
</repository>
in your project config to run rpmlint after each build. Unfortunately
this only works for packages that have a %clean section and only for
10.3 and Factory builds. Also please note that the repositories can be
broken at any time :) For example usage, see the home:michal-m:test project.
have fun,
Michal
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
As you probably know, we use rpmlint internally in autobuild since some
time. I wrote a hack to allow something similar in the buildservice
(yes, I know that proper rpmlint integration is planned in the bs).
Use
<repository name="openSUSE_Factory">
<path repository="openSUSE_Factory" project="home:michal-m:rpmlint"/>
<arch>i586</arch>
<arch>x86_64</arch>
</repository>
in your project config to run rpmlint after each build. Unfortunately
this only works for packages that have a %clean section and only for
10.3 and Factory builds. Also please note that the repositories can be
broken at any time :) For example usage, see the home:michal-m:test project.
have fun,
Michal
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |