This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: About the "Build status for GCC 4.3" page


Hi Dennis,

On Tue, 2 Sep 2008, Dennis Clarke wrote:
> I noticed that the "Build status for GCC" page has no link
> at all for 4.3.x and it would be nice to add that there please.
> 
>     http://gcc.gnu.org/buildstat.html

thanks for catching this; I just committed the patch included at the
end of this message to address this.

> Also, could we get a few results for 4.3.2 on the 4.3.x status
> page such that package builders ( like myself ) can get a feel
> for how others are doing ?
> 
>     http://gcc.gnu.org/gcc-4.3/buildstat.html

Looking at the current status of that page, this information has been
completed now thanks to the nice contributions of Tom.

> Is there a way perhaps to update this page automagically? Maybe even
> a web based submission form with a a backend MySQL database ? I am 
> thinking that we could drum up something to make the test results
> more readily available.

I would be supportive of such an approach.  Let's hear what Tom based
on his experience in the last months suggests.

> Sorry for being a nag.

Not at all, thanks for the valuable input!

Gerald

Index: buildstat.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/buildstat.html,v
retrieving revision 1.15
retrieving revision 1.17
diff -u -3 -p -r1.15 -r1.17
--- buildstat.html	21 Oct 2006 02:54:29 -0000	1.15
+++ buildstat.html	2 Nov 2008 19:25:54 -0000	1.17
@@ -10,6 +10,7 @@
 <p>These pages summarize build reports for GCC.</p>
 
 <ul>
+<li><a href="gcc-4.3/buildstat.html">GCC 4.3.x</a></li>
 <li><a href="gcc-4.2/buildstat.html">GCC 4.2.x</a></li>
 <li><a href="gcc-4.1/buildstat.html">GCC 4.1.x</a></li>
 <li><a href="gcc-4.0/buildstat.html">GCC 4.0.x</a></li>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]