summaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-02 12:44:11 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-02 12:44:11 +0000
commit300cac6828f0260cd08ff1efb60fb6f95b6cb652 (patch)
tree051ccb8726f1ac9abe2d893c310bce95f2668158 /maintainer-scripts
parent25bed96743143b77e92effd3d7d98e264075a0e3 (diff)
downloadgcc-300cac6828f0260cd08ff1efb60fb6f95b6cb652.tar.gz
* crontab: Adjust temporary directory used for snapshot generation.
Move GCC 3.3 snapshots to Wednesday 22:32, where gcc.gnu.org has less load. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81409 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts')
-rw-r--r--maintainer-scripts/ChangeLog6
-rw-r--r--maintainer-scripts/crontab10
2 files changed, 11 insertions, 5 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 6f3dbd0ec2b..365639d7487 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-02 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * crontab: Adjust temporary directory used for snapshot generation.
+ Move GCC 3.3 snapshots to Wednesday 22:32, where gcc.gnu.org has
+ less load.
+
2004-04-19 Mark Mitchell <mark@codesourcery.com>
* gcc_release (build_sources): Do not use "-F" to tag sources.
diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab
index 809dc9c96fc..29baaa188a0 100644
--- a/maintainer-scripts/crontab
+++ b/maintainer-scripts/crontab
@@ -1,5 +1,5 @@
-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
-40 16 * * 1 sh /home/gccadmin/scripts/gcc_release -s 3.3:gcc-3_3-branch -l -d /sourceware/snapshot-tmp all
-42 16 * * 3 sh /home/gccadmin/scripts/gcc_release -s 3.4:gcc-3_4-branch -l -d /sourceware/snapshot-tmp all
+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 * * 3 sh /home/gccadmin/scripts/gcc_release -s 3.3:gcc-3_3-branch -l -d /sourceware/snapshot-tmp/gcc all
+42 16 * * 3 sh /home/gccadmin/scripts/gcc_release -s 3.4:gcc-3_4-branch -l -d /sourceware/snapshot-tmp/gcc all