crontab: Remove 4.4 branch from the list of snapshots to make.
authorJakub Jelinek <jakub@redhat.com>
Tue, 13 Mar 2012 12:19:12 +0000 (13:19 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 13 Mar 2012 12:19:12 +0000 (13:19 +0100)
* crontab: Remove 4.4 branch from the list of snapshots to make.
* update_version_svn (IGNORE_BRANCHES): Add gcc-4_4-branch.

From-SVN: r185330

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

index d059090d374ab7674070106e905d28040f0e7bcd..eac79cc85adda1aa39a76b58dfcf090a000910a5 100644 (file)
@@ -1,3 +1,8 @@
+2013-03-13  Jakub Jelinek  <jakub@redhat.com>
+
+       * crontab: Remove 4.4 branch from the list of snapshots to make.
+       * update_version_svn (IGNORE_BRANCHES): Add gcc-4_4-branch.
+
 2013-03-05  Richard Guenther  <rguenther@suse.de>
 
        * crontab: Remove 4.3 branch from the list of snapshots to make.
index 87f1bd7b656d404430764c2e2811a7962196f36a..6066b207e35e032fc57a2773221180ff10abf12f 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 * * 2 sh /home/gccadmin/scripts/gcc_release -s 4.4:branches/gcc-4_4-branch -l -d /sourceware/snapshot-tmp/gcc all
 32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 4.5:branches/gcc-4_5-branch -l -d /sourceware/snapshot-tmp/gcc all
 32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 4.6:branches/gcc-4_6-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
index b5dbd6968b9e02299d4be31030990ddbfb9dd0a4..262833ff16d3431a69a7bd72d061977f153b217d 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)-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)-branch'
 ADD_BRANCHES='HEAD'
 
 # Run this from /tmp.