Skip to content
Snippets Groups Projects
Commit f9690014 authored by Richard Biener's avatar Richard Biener Committed by Richard Biener
Browse files

crontab: Remove 4.7 snapshot entry.

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

        * crontab: Remove 4.7 snapshot entry.
        * update_version_svn: Update IGNORE_BRANCHES.

From-SVN: r211522
parent 5eba0999
No related branches found
No related tags found
No related merge requests found
2014-06-12 Richard Biener <rguenther@suse.de>
* crontab: Remove 4.7 snapshot entry.
* update_version_svn: Update IGNORE_BRANCHES.
2014-05-30 Jonathan Wakely <jwakely@redhat.com> 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
* generate_libstdcxx_web_docs: New script. * generate_libstdcxx_web_docs: New script.
......
...@@ -3,5 +3,4 @@ ...@@ -3,5 +3,4 @@
55 0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx_svn 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 * * 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 * * 4 sh /home/gccadmin/scripts/gcc_release -s 4.8:branches/gcc-4_8-branch -l -d /sourceware/snapshot-tmp/gcc all
32 22 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.7:branches/gcc-4_7-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 4.10:trunk -l -d /sourceware/snapshot-tmp/gcc all
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# in the space separated list in $ADD_BRANCHES. # in the space separated list in $ADD_BRANCHES.
SVNROOT=${SVNROOT:-"file:///svn/gcc"} SVNROOT=${SVNROOT:-"file:///svn/gcc"}
IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3|3_4|4_0|4_1|4_2|4_3|4_4|4_5|4_6)-branch' IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3|3_4|4_0|4_1|4_2|4_3|4_4|4_5|4_6|4_7)-branch'
ADD_BRANCHES='HEAD' ADD_BRANCHES='HEAD'
# Run this from /tmp. # Run this from /tmp.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment