On Thu, Aug 14, 2014 at 03:09:26PM +0200, Richard Biener wrote: > > See $subject. > > Ok? > > Thanks, > Richard. > > 2014-08-14 Richard Biener <rguent...@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