diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-10-24 04:15:38 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-10-24 04:15:38 +0100 |
commit | dbff21c5205da06d4a40687b136b80edec6b4d9c (patch) | |
tree | f177c4bd592f2ebf89f41cb38afb7330ee753e93 /maintainer-scripts/crontab | |
parent | 322821b9ad320f6f0104844d6442b02c57da1a94 (diff) | |
download | gcc-dbff21c5205da06d4a40687b136b80edec6b4d9c.tar.gz |
gcc_release: Build snapshots from mainline.
* 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.
From-SVN: r46456
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 |