public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix gennews
@ 2014-06-12 12:22 Richard Biener
  2014-06-28 22:27 ` Gerald Pfeifer
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Biener @ 2014-06-12 12:22 UTC (permalink / raw)
  To: gcc-patches


It seems the https transition broke refering to permanently moved
URL gcc-3.0/gcc-3.0.html (I get a certificate error or some such),
breaking gennews and thus gcc_release.  Fixed like below which
makes gennews succeed.

Committed to the 4.7 branch.

Richard.

2014-06-12  Richard Biener  <rguenther@suse.de>

	* gennews: Use gcc-3.0/index.html.

Index: contrib/gennews
===================================================================
--- contrib/gennews	(revision 211221)
+++ contrib/gennews	(working copy)
@@ -36,7 +36,7 @@ files="
     gcc-3.3/index.html gcc-3.3/changes.html
     gcc-3.2/index.html gcc-3.2/changes.html
     gcc-3.1/index.html gcc-3.1/changes.html
-    gcc-3.0/gcc-3.0.html gcc-3.0/features.html gcc-3.0/caveats.html
+    gcc-3.0/index.html gcc-3.0/features.html gcc-3.0/caveats.html
     gcc-2.95/index.html gcc-2.95/features.html gcc-2.95/caveats.html
     egcs-1.1/index.html egcs-1.1/features.html egcs-1.1/caveats.html
     egcs-1.0/index.html egcs-1.0/features.html egcs-1.0/caveats.html"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fix gennews
  2014-06-12 12:22 [PATCH] Fix gennews Richard Biener
@ 2014-06-28 22:27 ` Gerald Pfeifer
  2014-07-07  8:03   ` Richard Biener
  0 siblings, 1 reply; 3+ messages in thread
From: Gerald Pfeifer @ 2014-06-28 22:27 UTC (permalink / raw)
  To: Richard Biener; +Cc: gcc-patches

On Thu, 12 Jun 2014, Richard Biener wrote:
> It seems the https transition broke refering to permanently moved
> URL gcc-3.0/gcc-3.0.html (I get a certificate error or some such),
> breaking gennews and thus gcc_release.  Fixed like below which
> makes gennews succeed.
> 
> Committed to the 4.7 branch.
> 
> Richard.
> 
> 2014-06-12  Richard Biener  <rguenther@suse.de>
> 
> 	* gennews: Use gcc-3.0/index.html.

I also applied this to trunk and the GCC 4.9 branch.

Gerald

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Fix gennews
  2014-06-28 22:27 ` Gerald Pfeifer
@ 2014-07-07  8:03   ` Richard Biener
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Biener @ 2014-07-07  8:03 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc-patches

On Sun, 29 Jun 2014, Gerald Pfeifer wrote:

> On Thu, 12 Jun 2014, Richard Biener wrote:
> > It seems the https transition broke refering to permanently moved
> > URL gcc-3.0/gcc-3.0.html (I get a certificate error or some such),
> > breaking gennews and thus gcc_release.  Fixed like below which
> > makes gennews succeed.
> > 
> > Committed to the 4.7 branch.
> > 
> > Richard.
> > 
> > 2014-06-12  Richard Biener  <rguenther@suse.de>
> > 
> > 	* gennews: Use gcc-3.0/index.html.
> 
> I also applied this to trunk and the GCC 4.9 branch.

Thanks, applied to 4.8 branch now as well.

Richard.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-07  8:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-12 12:22 [PATCH] Fix gennews Richard Biener
2014-06-28 22:27 ` Gerald Pfeifer
2014-07-07  8:03   ` Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).