pkgsrc-WIP-review archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Linux DESTDIR bulk build result are available



 >> Linux DESTDIR bulk build result are available here
 >> 
 >> http://www.mova.org/~cheusov/pub/pkgsrc-distbb/Linux/current-destdir/logs/20080829.1720/META/report.html
> Thank you, this is very useful!

> However I think that the ``Failures per maintainer'' is completely
> useless. Because the MAINTAINER could read the package that fail on
> ``Failed packages'', and with a simple regular expression she/he
> could read her/his failed maintained packages.

Grepping report is still very easy.

$ wget 
http://mova.org/~cheusov/pub/pkgsrc-distbb/Linux/current/log/20080825.0717/META/report.txt
$ awk '
   /Failed packages/, /Failed due/ {
      if ($NF ~ /pkgsrc-users@/) print $0
   }' report.txt

-- 
Best regards, Aleksey Cheusov.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
pkgsrc-wip-review mailing list
pkgsrc-wip-review%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-review


Home | Main Index | Thread Index | Old Index