From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1DqayW-0003wh-Q6 for garchives@archives.gentoo.org; Thu, 07 Jul 2005 18:19:53 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j67IJd9T024381; Thu, 7 Jul 2005 18:19:39 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j67IJcpV009924 for ; Thu, 7 Jul 2005 18:19:39 GMT Message-Id: <200507071819.j67IJcpV009924@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1DqayI-0006rC-07 for gentoo-doc-cvs@lists.gentoo.org; Thu, 07 Jul 2005 18:19:38 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Thu, 7 Jul 2005 18:19:23 +0000 From: "Shyam Mani" Date: Thu, 7 Jul 2005 18:19:23 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: bugzilla-howto.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: a3612e55-71b8-4eb2-a138-888fe057ab73 X-Archives-Hash: 70df0ddf393b4f9859f234a54b38e7a9 fox2mike 05/07/07 18:19:23 Modified: xml/htdocs/doc/en bugzilla-howto.xml Log: Fixed http -> https in a Bugzie link. Added a few tags where needed. Revision Changes Path 1.2 +23 -22 xml/htdocs/doc/en/bugzilla-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bugzilla-howto.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bugzilla-howto.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bugzilla-howto.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo Index: bugzilla-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bugzilla-howto.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bugzilla-howto.xml 7 Jul 2005 12:02:21 -0000 1.1 +++ bugzilla-howto.xml 7 Jul 2005 18:19:23 -0000 1.2 @@ -1,6 +1,6 @@ - + Gentoo Bug Reporting Guide @@ -20,7 +20,7 @@ -1.0 +1.1 2005-07-07 @@ -364,8 +364,8 @@

-This creates a file called strace.log in the current directory. We check the -file, and shown below are the relevant parts from the file. +This creates a file called strace.log in the current directory. We +check the file, and shown below are the relevant parts from the file.

@@ -378,7 +378,8 @@
 .foobar2 instead of .foobar. We also see the program
 reading in "bar" as it should. In this case, we can recommend the ebuild
 maintainer to put a warning about it. For now though, we can copy over the
-config file from .foobar and modify it to produce the correct results. 
+config file from .foobar and modify it to produce the correct
+results. 
 

@@ -584,7 +585,7 @@

So to begin searching, we head over to the Bugzilla Homepage. +link="https://bugs.gentoo.org/">Bugzilla Homepage.

@@ -964,24 +965,24 @@
  • - UNCONFIRMED - You're generally not going to see this too often. This + UNCONFIRMED - You're generally not going to see this too often. This means that a bug reporter has opened a bug using the advanced method and is uncertain his or her bug is an actual bug. -
  • +
  • - NEW - Bugs that are first opened are considered new. -
  • + NEW - Bugs that are first opened are considered new. +
  • - ASSIGNED - When the person you've assigned the bug too validates your + ASSIGNED - When the person you've assigned the bug too validates your bug, it will often receive ASSIGNED status while they figure out the issue. This let's you know that they've accepted your bug as a real bug. -
  • +
  • - REOPENED - Someone has resolved a bug and you think the solution is not + REOPENED - Someone has resolved a bug and you think the solution is not feasible or the problem still persists. At this point, you may re-open the bug. However please do not abuse this. If a developer closes the bug a second or even third time, chances are that your bug is closed. -
  • +

@@ -1007,21 +1008,21 @@

  • - FIXED - The bug is fixed, follow the instructions to resolve your + FIXED - The bug is fixed, follow the instructions to resolve your issue. -
  • +
  • - INVALID - You did not do something specifically documented, causing the + INVALID - You did not do something specifically documented, causing the bug -
  • +
  • - DUPLICATE - You didn't use this guide and reported a duplicate bug + DUPLICATE - You didn't use this guide and reported a duplicate bug :) -
  • +
  • - WORKSFORME - Developer/person assigned the bug cannot reproduce your + WORKSFORME - Developer/person assigned the bug cannot reproduce your error -
  • +
-- gentoo-doc-cvs@gentoo.org mailing list