Add a line on running any build failure through gnomeloganalyzer.sh.
This commit is contained in:
parent
334fc30615
commit
6b01bda32e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=21112
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!ENTITY base CDATA "../..">
|
||||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/bugging.sgml,v 1.14 2004/04/04 21:49:39 phantom Exp $">
|
<!ENTITY date "$FreeBSD: www/en/gnome/docs/bugging.sgml,v 1.15 2004/04/05 02:14:09 adamw Exp $">
|
||||||
<!ENTITY title "FreeBSD GNOME Project: Reporting a Bug">
|
<!ENTITY title "FreeBSD GNOME Project: Reporting a Bug">
|
||||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
|
@ -11,12 +11,15 @@
|
||||||
|
|
||||||
<h2>1. When should I make a bug report?</h2>
|
<h2>1. When should I make a bug report?</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><b><i>After</i></b> running any build failure
|
||||||
|
output through <a
|
||||||
|
href="/gnome/gnomeloganalyzer.sh">gnomeloganalyzer.sh</a>.
|
||||||
<li><b><i>After</i></b> running <tt>cvsup</tt> to obtain the most
|
<li><b><i>After</i></b> running <tt>cvsup</tt> to obtain the most
|
||||||
recent ports tree.
|
recent ports tree.
|
||||||
<li><b><i>After</i></b> running <tt>portupgrade -a</tt> to ensure
|
<li><b><i>After</i></b> running <tt>portupgrade -a</tt> to ensure
|
||||||
that all applications are up-to-date.
|
that all applications are up-to-date.
|
||||||
<li><b><i>After</i></b> searching through the FreeBSD GNOME
|
<li><b><i>After</i></b> searching through the FreeBSD GNOME
|
||||||
<a href="http://www.FreeBSD.org/search/search.html">Mailing
|
<a href="http://lists.FreeBSD.org/pipermail/freebsd-gnome/">Mailing
|
||||||
list archives</a> to see if the problem has already been
|
list archives</a> to see if the problem has already been
|
||||||
reported.
|
reported.
|
||||||
<li><b><i>After</i></b> deciding whether the problem is FreeBSD-specific,
|
<li><b><i>After</i></b> deciding whether the problem is FreeBSD-specific,
|
||||||
|
|
Loading…
Reference in a new issue