summaryrefslogtreecommitdiff
path: root/maintainer-scripts/crontab
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2005-05-21 21:56:24 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2005-05-21 21:56:24 +0000
commit5e2d64839eac8caf4c123e37538751e351081afc (patch)
tree4628f65bbaf1a7ef9438483192b46bc3e5f92ad5 /maintainer-scripts/crontab
parente0624990b83ddebf8062a4a43f93880f2c8d5036 (diff)
crontab: Spread snapshot building more evenly throughout the week.
* crontab: Spread snapshot building more evenly throughout the week. From-SVN: r100051
Diffstat (limited to 'maintainer-scripts/crontab')
-rw-r--r--maintainer-scripts/crontab6
1 files changed, 3 insertions, 3 deletions
diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab
index 695c448f7c2..09ea8306740 100644
--- a/maintainer-scripts/crontab
+++ b/maintainer-scripts/crontab
@@ -1,6 +1,6 @@
16 0 * * * sh /home/gccadmin/scripts/update_version
50 0 * * * sh /home/gccadmin/scripts/update_web_docs
55 0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx
-32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 3.4:gcc-3_4-branch -l -d /sourceware/snapshot-tmp/gcc all
-32 22 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.0:gcc-4_0-branch -l -d /sourceware/snapshot-tmp/gcc all
-43 17 * * 7 sh /home/gccadmin/scripts/gcc_release -s 4.1:HEAD -l -d /sourceware/snapshot-tmp/gcc all
+32 22 * * 2 sh /home/gccadmin/scripts/gcc_release -s 3.4:gcc-3_4-branch -l -d /sourceware/snapshot-tmp/gcc all
+32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 4.0:gcc-4_0-branch -l -d /sourceware/snapshot-tmp/gcc all
+43 17 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.1:HEAD -l -d /sourceware/snapshot-tmp/gcc all