mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-11 00:29:40 +08:00
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
This commit is contained in:
parent
5eba099972
commit
f96900140d
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* generate_libstdcxx_web_docs: New script.
|
||||
|
@ -3,5 +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 * * 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
|
||||
|
@ -6,7 +6,7 @@
|
||||
# in the space separated list in $ADD_BRANCHES.
|
||||
|
||||
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'
|
||||
|
||||
# Run this from /tmp.
|
||||
|
Loading…
Reference in New Issue
Block a user