[csw-maintainers] Problem: curlrt and curldevel still in the catalog

Peter Bonivart bonivart at opencsw.org
Mon Jan 25 18:15:42 CET 2010


On Mon, Jan 25, 2010 at 5:40 PM, Philip Brown <phil at bolthole.com> wrote:
> On Mon, Jan 25, 2010 at 2:27 AM, Sebastian Kayser <skayser at opencsw.org> wrote:
>> Peter Bonivart wrote on 25.01.2010 09:39:
>>> On Mon, Jan 25, 2010 at 9:01 AM, Dagobert Michelsen <dam at opencsw.org> wrote:
>>>> There is still curlrt and curldevel in the catalog which should have been
>>>> gone
>>>> after the rename.
>>>
>>> This was easily picked up by chkcat:
>>>
>>> ERROR! CSWcurldevel exists more than once.
>>> ERROR! CSWcurlrt exists more than once.
>>
>> Could it be hooked into the release process then to avoid such errors in
>> the future?
>>
>
> yah i'll do that.

I recommend using the -e option for errors only, otherwise it will
warn about, e.g., packages without REV and so on.

# chkcat -e /path/to/catalog

If you want to use it in a script you can use -q for no output and
only return codes. 0 for no problems, 1 for warnings and 2 for errors
found.

# chkcat -q /path/to/catalog
# echo $?
2

There's also a simple man page for chkcat.

-- 
/peter


More information about the maintainers mailing list