update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.
authorJakub Jelinek <jakub@redhat.com>
Fri, 26 Oct 2018 10:29:15 +0000 (12:29 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 26 Oct 2018 10:29:15 +0000 (12:29 +0200)
* update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.
* crontab: Remove gcc-6-branch entry.

From-SVN: r265527

maintainer-scripts/ChangeLog
maintainer-scripts/crontab
maintainer-scripts/update_version_svn

index db6cffe..3b67a78 100644 (file)
@@ -1,5 +1,8 @@
 2018-10-26  Jakub Jelinek  <jakub@redhat.com>
 
+       * update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.
+       * crontab: Remove gcc-6-branch entry.
+
        * gcc_release (error, inform): Use $@ instead of $1.
        (build_sources): Check for ^[[:blank:]]*GCC in both index.html
        and changes.html, rather than for GCC in one and ^GCC in another one.
index 67c18b8..098aaff 100644 (file)
@@ -1,7 +1,6 @@
 16  0 * * * sh /home/gccadmin/scripts/update_version_svn
 50  0 * * * sh /home/gccadmin/scripts/update_web_docs_svn
 55  0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx_svn
-32 22 * * 3 sh /home/gccadmin/scripts/gcc_release -s 6:branches/gcc-6-branch -l -d /sourceware/snapshot-tmp/gcc all
 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
index e83757c..1f4fc20 100755 (executable)
@@ -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|4_7|4_8|4_9|5)-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|4_8|4_9|5|6)-branch'
 ADD_BRANCHES='HEAD'
 
 # Run this from /tmp.