aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2013-04-12 17:07:38 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2013-04-12 17:07:38 +0200
commit0ea62378675fd1051cb45fbebf0df6ee69423128 (patch)
tree5bbdb500b1161f9821db8a0f5f848f59fc8a99fd /maintainer-scripts
parent96486998bca8f0d28e2b2dad664dfef10253ef4b (diff)
crontab: Disable snapshots from gcc-4_6-branch.
* crontab: Disable snapshots from gcc-4_6-branch. * update_version_svn: Ignore gcc-4_6-branch. From-SVN: r197924
Diffstat (limited to 'maintainer-scripts')
-rw-r--r--maintainer-scripts/ChangeLog5
-rw-r--r--maintainer-scripts/crontab1
-rwxr-xr-xmaintainer-scripts/update_version_svn2
3 files changed, 6 insertions, 2 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index c0503f08635..8f18264fa6c 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-12 Jakub Jelinek <jakub@redhat.com>
+
+ * crontab: Disable snapshots from gcc-4_6-branch.
+ * update_version_svn: Ignore gcc-4_6-branch.
+
2013-04-07 Gerald Pfeifer <gerald@pfeifer.com>
* update_web_docs_libstdcxx_svn: No longer ignore all output from
diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab
index 4f69b985f9e..9f644496a89 100644
--- a/maintainer-scripts/crontab
+++ b/maintainer-scripts/crontab
@@ -2,6 +2,5 @@
50 0 * * * sh /home/gccadmin/scripts/update_web_docs_svn
55 0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx_svn
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 * * 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
32 22 * * 7 sh /home/gccadmin/scripts/gcc_release -s 4.9:trunk -l -d /sourceware/snapshot-tmp/gcc all
diff --git a/maintainer-scripts/update_version_svn b/maintainer-scripts/update_version_svn
index 0c171421556..e4a738ad725 100755
--- a/maintainer-scripts/update_version_svn
+++ b/maintainer-scripts/update_version_svn
@@ -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)-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)-branch'
ADD_BRANCHES='HEAD'
# Run this from /tmp.