aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2009-03-28 20:31:52 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2009-03-28 20:31:52 +0000
commit414d751cdcca360bb70a8f9d33e9afc0b084e66a (patch)
treecb0499f8bbbe9d17524364b582bb55722ce40a10 /maintainer-scripts
parent33977f81620a3e495be87d0381544f8ad26b2782 (diff)
downloadgcc-414d751cdcca360bb70a8f9d33e9afc0b084e66a.zip
gcc-414d751cdcca360bb70a8f9d33e9afc0b084e66a.tar.gz
gcc-414d751cdcca360bb70a8f9d33e9afc0b084e66a.tar.bz2
crontab: Stop 4.2 snapshots.
* crontab: Stop 4.2 snapshots. Spread out 4.3, 4.4, and 4.5 snapshots more evenly. From-SVN: r145205
Diffstat (limited to 'maintainer-scripts')
-rw-r--r--maintainer-scripts/ChangeLog5
-rw-r--r--maintainer-scripts/crontab7
2 files changed, 8 insertions, 4 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 30856c7..8bedd24 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-28 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * crontab: Stop 4.2 snapshots.
+ Spread out 4.3, 4.4, and 4.5 snapshots more evenly.
+
2009-03-27 Mark Mitchell <mark@codesourcery.com>
* crontab: Add 4.4 branch snapshots.
diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab
index 49862e7..03902a2 100644
--- a/maintainer-scripts/crontab
+++ b/maintainer-scripts/crontab
@@ -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 4.2:branches/gcc-4_2-branch -l -d /sourceware/snapshot-tmp/gcc all
-32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 4.3:branches/gcc-4_3-branch -l -d /sourceware/snapshot-tmp/gcc all
-32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 4.4:branches/gcc-4_4-branch -l -d /sourceware/snapshot-tmp/gcc all
-32 22 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.5:trunk -l -d /sourceware/snapshot-tmp/gcc all
+32 22 * * 0 sh /home/gccadmin/scripts/gcc_release -s 4.3:branches/gcc-4_3-branch -l -d /sourceware/snapshot-tmp/gcc all
+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:trunk -l -d /sourceware/snapshot-tmp/gcc all