diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-24 03:15:38 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-24 03:15:38 +0000 |
commit | 5e9eb877f5bb82e6f55187ada3b4f7ed26522c49 (patch) | |
tree | f177c4bd592f2ebf89f41cb38afb7330ee753e93 /maintainer-scripts/crontab | |
parent | 7c1003ce76a220e69ec6f695f3ce24449028909d (diff) | |
download | gcc-5e9eb877f5bb82e6f55187ada3b4f7ed26522c49.tar.gz |
* gcc_release: Build snapshots from mainline. Generate Ada and
Chill tarballs. Correct error check when building diffs. Check
for errors when building bzip2 files.
* crontab: Use /sourceware/snapshot-tmp for building snapshots.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46456 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts/crontab')
-rw-r--r-- | maintainer-scripts/crontab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab index 1ac995c1550..2d9655dcf25 100644 --- a/maintainer-scripts/crontab +++ b/maintainer-scripts/crontab @@ -2,4 +2,4 @@ 16 0 * * * sh /home/gccadmin/scripts/update_version -rgcc-3_0-branch 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 -l -d /var/tmp all +40 16 * * 1 sh /home/gccadmin/scripts/gcc_release -s -l -d /sourceware/snapshot-tmp all |