diff mbox series

maintainer-scripts: create proper snapshots for GCC 9 and 10 (was: GCC 9.1 Released)

Message ID alpine.LSU.2.21.1905042126480.4634@anthias.pfeifer.com
State New
Headers show
Series maintainer-scripts: create proper snapshots for GCC 9 and 10 (was: GCC 9.1 Released) | expand

Commit Message

Gerald Pfeifer May 4, 2019, 1:32 p.m. UTC
On Fri, 3 May 2019, Jakub Jelinek wrote:
> We are proud to announce the next, major release of the
> GNU Compiler Collection.

I noticed that the latest GCC 9 snapshot actually identifies itself
as GCC 10 since it's been carved from trunk, not the release branch.

The update below, which I committed and also activated on gcc.gnu.org,
should address this.  

We can then play with the days of the week the (now) four different
snapshots run, but at least after tonight GCC 9 will have a proper
snapshot again, and after tomorrow we'll start seeing ones for GCC 10.

Gerald

2019-05-04  Gerald Pfeifer  <gerald@pfeifer.com>

	* crontab: Snapshots from trunk are now GCC 10 related.
	Add GCC 9 snapshots from the respective branch.
diff mbox series

Patch

Index: crontab
===================================================================
--- crontab	(revision 270870)
+++ crontab	(working copy)
@@ -3,4 +3,5 @@ 
 55  0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx_svn
 32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 7:branches/gcc-7-branch -l -d /sourceware/snapshot-tmp/gcc all
 32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 8:branches/gcc-8-branch -l -d /sourceware/snapshot-tmp/gcc all
-32 22 * * 7 sh /home/gccadmin/scripts/gcc_release -s 9:trunk -l -d /sourceware/snapshot-tmp/gcc all
+32 22 * * 6 sh /home/gccadmin/scripts/gcc_release -s 9:branches/gcc-9-branch -l -d /sourceware/snapshot-tmp/gcc all
+32 22 * * 7 sh /home/gccadmin/scripts/gcc_release -s 10:trunk -l -d /sourceware/snapshot-tmp/gcc all