public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Bump BASE-VER, change snapshots to gcc-5-2014xxxxx
@ 2014-08-14 13:12 Richard Biener
  2014-08-14 13:17 ` Jakub Jelinek
  2014-08-16 11:07 ` Gerald Pfeifer
  0 siblings, 2 replies; 4+ messages in thread
From: Richard Biener @ 2014-08-14 13:12 UTC (permalink / raw)
  To: gcc-patches; +Cc: Jakub Jelinek


See $subject.

Ok?

Thanks,
Richard.

2014-08-14  Richard Biener  <rguenther@suse.de>

	maintainer-scripts/
	* crontab: Change trunk snapshots from 4.10 to 5.

	gcc/
	* BASE-VER: Change to 5.0.0

Index: maintainer-scripts/crontab
===================================================================
--- maintainer-scripts/crontab	(revision 213958)
+++ maintainer-scripts/crontab	(working copy)
@@ -3,4 +3,4 @@
 55  0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx_svn
 32 22 * * 3 sh /home/gccadmin/scripts/gcc_release -s 4.9:branches/gcc-4_9-branch -l -d /sourceware/snapshot-tmp/gcc all
 32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 4.8:branches/gcc-4_8-branch -l -d /sourceware/snapshot-tmp/gcc all
-32 22 * * 7 sh /home/gccadmin/scripts/gcc_release -s 4.10:trunk -l -d /sourceware/snapshot-tmp/gcc all
+32 22 * * 7 sh /home/gccadmin/scripts/gcc_release -s 5:trunk -l -d /sourceware/snapshot-tmp/gcc all
Index: gcc/BASE-VER
===================================================================
--- gcc/BASE-VER	(revision 213958)
+++ gcc/BASE-VER	(working copy)
@@ -1 +1 @@
-4.10.0
+5.0.0

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

* Re: [PATCH] Bump BASE-VER, change snapshots to gcc-5-2014xxxxx
  2014-08-14 13:12 [PATCH] Bump BASE-VER, change snapshots to gcc-5-2014xxxxx Richard Biener
@ 2014-08-14 13:17 ` Jakub Jelinek
  2014-08-16 11:07 ` Gerald Pfeifer
  1 sibling, 0 replies; 4+ messages in thread
From: Jakub Jelinek @ 2014-08-14 13:17 UTC (permalink / raw)
  To: Richard Biener; +Cc: gcc-patches

On Thu, Aug 14, 2014 at 03:09:26PM +0200, Richard Biener wrote:
> 
> See $subject.
> 
> Ok?
> 
> Thanks,
> Richard.
> 
> 2014-08-14  Richard Biener  <rguenther@suse.de>
> 
> 	maintainer-scripts/
> 	* crontab: Change trunk snapshots from 4.10 to 5.
> 
> 	gcc/
> 	* BASE-VER: Change to 5.0.0

LGTM.

> --- maintainer-scripts/crontab	(revision 213958)
> +++ maintainer-scripts/crontab	(working copy)
> @@ -3,4 +3,4 @@
>  55  0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx_svn
>  32 22 * * 3 sh /home/gccadmin/scripts/gcc_release -s 4.9:branches/gcc-4_9-branch -l -d /sourceware/snapshot-tmp/gcc all
>  32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 4.8:branches/gcc-4_8-branch -l -d /sourceware/snapshot-tmp/gcc all
> -32 22 * * 7 sh /home/gccadmin/scripts/gcc_release -s 4.10:trunk -l -d /sourceware/snapshot-tmp/gcc all
> +32 22 * * 7 sh /home/gccadmin/scripts/gcc_release -s 5:trunk -l -d /sourceware/snapshot-tmp/gcc all
> Index: gcc/BASE-VER
> ===================================================================
> --- gcc/BASE-VER	(revision 213958)
> +++ gcc/BASE-VER	(working copy)
> @@ -1 +1 @@
> -4.10.0
> +5.0.0

	Jakub

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

* Re: [PATCH] Bump BASE-VER, change snapshots to gcc-5-2014xxxxx
  2014-08-14 13:12 [PATCH] Bump BASE-VER, change snapshots to gcc-5-2014xxxxx Richard Biener
  2014-08-14 13:17 ` Jakub Jelinek
@ 2014-08-16 11:07 ` Gerald Pfeifer
  2014-08-18  7:52   ` Richard Biener
  1 sibling, 1 reply; 4+ messages in thread
From: Gerald Pfeifer @ 2014-08-16 11:07 UTC (permalink / raw)
  To: Richard Biener; +Cc: gcc-patches, Jakub Jelinek

On Thu, 14 Aug 2014, Richard Biener wrote:
> See $subject.
> 
> Ok?

I had the same change, but did not get to submit it while traveling
last week.

Is there anything else we need to do for the version change?

Gerald

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

* Re: [PATCH] Bump BASE-VER, change snapshots to gcc-5-2014xxxxx
  2014-08-16 11:07 ` Gerald Pfeifer
@ 2014-08-18  7:52   ` Richard Biener
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Biener @ 2014-08-18  7:52 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc-patches, Jakub Jelinek

On Sat, 16 Aug 2014, Gerald Pfeifer wrote:

> On Thu, 14 Aug 2014, Richard Biener wrote:
> > See $subject.
> > 
> > Ok?
> 
> I had the same change, but did not get to submit it while traveling
> last week.
> 
> Is there anything else we need to do for the version change?

A NEWS item maybe (explaining the change or pointing to the
develop.html section I added).

Likewise a note on the top of gcc-5/changes.html.

Richard.

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

end of thread, other threads:[~2014-08-18  7:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-14 13:12 [PATCH] Bump BASE-VER, change snapshots to gcc-5-2014xxxxx Richard Biener
2014-08-14 13:17 ` Jakub Jelinek
2014-08-16 11:07 ` Gerald Pfeifer
2014-08-18  7:52   ` 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).