Author: thoger
Update of /cvs/fedora/fedora-security/tools/lib/Libexig In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29041/tools/lib/Libexig
Modified Files: Fedora.pm Log Message: f9 is out -> update tools
Index: Fedora.pm =================================================================== RCS file: /cvs/fedora/fedora-security/tools/lib/Libexig/Fedora.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Fedora.pm 9 May 2008 09:26:15 -0000 1.4 +++ Fedora.pm 13 May 2008 15:56:19 -0000 1.5 @@ -104,10 +104,10 @@
my $comment_rawhide = "\n". -# 'Please close this bug with RAWHIDE (referencing appropriate N-V-R in '. -# 'Fixed In field if possible) once is it fixed in devel branch. '. - 'Please note it's currently not possible to file bugs against F9, '. - 'so please make sure to fix in both rawhide and upcoming F9. '. + 'Please close this bug with RAWHIDE (referencing appropriate N-V-R in '. + 'Fixed In field if possible) once is it fixed in devel branch. '. +# 'Please note it's currently not possible to file bugs against F9, '. +# 'so please make sure to fix in both rawhide and upcoming F9. '. 'Do *not* include the bug id of this bug in the RPM changelog and the '. 'commit message.'. "\n\n"; @@ -121,18 +121,18 @@
# Valid versions my %versions = ( - '6', => '6', - 'f6', => '6', - 'fc6', => '6', '7', => '7', 'f7', => '7', 'fc7', => '7', '8', => '8', 'f8', => '8', 'fc8', => '8', - '9', => 'rawhide', - 'f9', => 'rawhide', - 'fc9', => 'rawhide', + '9', => '9', + 'f9', => '9', + 'fc9', => '9', + '10', => 'rawhide', + 'f10', => 'rawhide', + 'fc10', => 'rawhide', 'devel', => 'rawhide', );
@@ -244,23 +244,23 @@
$bugzilla->add_comment ($bug_id, $tr_comment); } - # XXX temporary until F9 BZ component is created - else { - my $tr_comment = - 'You can eventually use the following link to '. - 'create the update request for upcoming Fedora 9: '."\n". - 'https://admin.fedoraproject.org/updates/new/'. - '?request=Stable'. - '&type=security'. - '&release=Fedora%209'. - '&bugs='.$bug_id; - - foreach my $bug (@{$parent_bugs}) { - $tr_comment .= ','.$bug; - } - - $bugzilla->add_comment ($bug_id, $tr_comment); - } +# # XXX temporary until F9 BZ component is created +# else { +# my $tr_comment = +# 'You can eventually use the following link to '. +# 'create the update request for upcoming Fedora 9: '."\n". +# 'https://admin.fedoraproject.org/updates/new/'. +# '?request=Stable'. +# '&type=security'. +# '&release=Fedora%209'. +# '&bugs='.$bug_id; +# +# foreach my $bug (@{$parent_bugs}) { +# $tr_comment .= ','.$bug; +# } +# +# $bugzilla->add_comment ($bug_id, $tr_comment); +# }
$bugzilla->add_blockers ($bug_id, $parent_bugs); $comment .= $bug->{'version'}.": bug #$bug_id\n";
security-commits@lists.fedoraproject.org