summaryrefslogtreecommitdiff
path: root/maintainer-scripts/crontab
diff options
context:
space:
mode:
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>2003-07-29 12:32:50 +0200
committerGerald Pfeifer <gerald@gcc.gnu.org>2003-07-29 10:32:50 +0000
commit16ff3a23ffdeb49c8b0b8672bbd26bdcd06681e4 (patch)
tree56b20e423b28dc91196772dc0f0cfb4f8a93788a /maintainer-scripts/crontab
parentf67f773737339ad6acfe7b02d5f6721f2b283515 (diff)
downloadgcc-16ff3a23ffdeb49c8b0b8672bbd26bdcd06681e4.tar.gz
crontab: Update invocation of gcc_release according to the previous changes there.
* crontab: Update invocation of gcc_release according to the previous changes there. Add automatic 3.4 snapshots from mainline. From-SVN: r69919
Diffstat (limited to 'maintainer-scripts/crontab')
-rw-r--r--maintainer-scripts/crontab3
1 files changed, 2 insertions, 1 deletions
diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab
index 4c7079bed7d..17ab4277805 100644
--- a/maintainer-scripts/crontab
+++ b/maintainer-scripts/crontab
@@ -1,4 +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 -l -d /sourceware/snapshot-tmp all
+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:HEAD -l -d /sourceware/snapshot-tmp all