Not sure if there's still interest in this, but I noticed the following
bits could be cleaned up by using the BTS' SOAP interface (exposed
through devscripts' bts command).

On Sat, Apr 01, 2006 at 06:23:02PM -0500, Justin Pryzby wrote:
> if [ -z "$DEBEMAIL" ]; then
>       echo "DEBEMAIL is unset; this output wont be as complete";
>       echo "You should consider setting it in ~/.devscripts"; 
> else
>       echo "Checking for your bugs tagged moreinfo:";
>       lynx -dump "$bts/from:$DEBEMAIL&include=moreinfo" |
>        sed -ne '/^[[:space:]]*\* \[[[:digit:]]\+\]\(#[[:digit:]]\)/s//\1/p';

bts select from:$DEBEMAIL tag:moreinfo

>       echo;
>       echo "Checking for opened WNPP bugs:";
>       # See also: http://qa.debian.org/data/bts/wnpp_by_maint
>       wget -qO- "$ddpo?wnpp=$DEBEMAIL" |
>        grep -Eo '#[[:digit:]]+:[^<]*' || test $? -eq 1;

bts select from:$DEBEMAIL package:wnpp

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: Digital signature

Reply via email to