[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: New bugzilla status whiteboard / issues.txt
- From: Pekka Savola <pekkas netcore fi>
- To: Discussion of the Fedora Legacy Project <fedora-legacy-list redhat com>
- Subject: Re: New bugzilla status whiteboard / issues.txt
- Date: Sun, 1 May 2005 09:36:57 +0300 (EEST)
Hi,
On Tue, 12 Apr 2005, Dominic Hargreaves wrote:
I've transferred all the information from issues.txt into the status
whiteboard at bugzilla.redhat.com.
The tags I've used are as follows, they should all be self-explanatory:
NEEDSWORK (retain from bugzilla.fedora.us)
discussion
publish-rhl73
publish-rhl9
publish-core1
publish-fc2
verify-rhl73
verify-rhl9
verify-core1
verify-fc2
needsbuild
needsrelease
I got a bit bored at looking at the tinyurls and having to surf them
back and forth looking for stuff that I could help with; having just
one page which would include all the relevant information would be
good.
Hence, I hacked up two scripts to fetch the information from bugzilla
and merge it on one page. See for example:
http://netcore.fi/pekkas/buglist.html
The scripts are attached.
Maybe someone can clean the output a bit (if needed) and run them
regularly somewhere ? "All packages needing new packages" certainly
looks a bit redundant..
--
Pekka Savola "You each name yourselves king, yet the
Netcore Oy kingdom bleeds."
Systems. Networks. Security. -- George R.R. Martin: A Clash of Kings
Attachment:
create-buglist.sh
Description: Bourne shell script
#!/usr/bin/perl
$inputfile='-';
$match_buglist=0;
open(FILE, $inputfile) || die "Can't open $inputfile: $!\n";
while(<FILE>) {
$match_buglist=1 if (/table class=/ && $match_buglist != -1);
next unless $match_buglist eq 1;
$match_buglist=-1 if /<\/table>/;
print;
}
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]