diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-21 03:15:08 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-21 03:15:08 +0000 |
commit | 44275b7f4e0344a1d91da4302b3634f7e95d509a (patch) | |
tree | 5fffa6473acedc1ee1210f6990f4bd6f495d81dd /maintainer-scripts/crontab | |
parent | 782f6c8b1609769f2f94a74e5409bc91993c1cda (diff) | |
download | gcc-44275b7f4e0344a1d91da4302b3634f7e95d509a.tar.gz |
* crontab: Add 4.2 branch. Set trunk to 4.3.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117926 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts/crontab')
-rw-r--r-- | maintainer-scripts/crontab | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab index 1cbd827f3e5..aab2c778f9f 100644 --- a/maintainer-scripts/crontab +++ b/maintainer-scripts/crontab @@ -3,4 +3,5 @@ 55 0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx_svn 32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 4.0:branches/gcc-4_0-branch -l -d /sourceware/snapshot-tmp/gcc all 32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 4.1:branches/gcc-4_1-branch -l -d /sourceware/snapshot-tmp/gcc all -43 17 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.2:trunk -l -d /sourceware/snapshot-tmp/gcc all +43 17 * * 2 sh /home/gccadmin/scripts/gcc_release -s 4.2:branches/gcc-4_2-branch -l -d /sourceware/snapshot-tmp/gcc all +43 17 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.3:trunk -l -d /sourceware/snapshot-tmp/gcc all |