diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-29 10:32:50 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-29 10:32:50 +0000 |
commit | f12876dd1718b4284363d55510a7b5d95605ab5a (patch) | |
tree | 56b20e423b28dc91196772dc0f0cfb4f8a93788a /maintainer-scripts | |
parent | f7308317aa34bddd033849514a23e7baa4afe912 (diff) | |
download | linaro-gcc-f12876dd1718b4284363d55510a7b5d95605ab5a.tar.gz linaro-gcc-f12876dd1718b4284363d55510a7b5d95605ab5a.tar.bz2 linaro-gcc-f12876dd1718b4284363d55510a7b5d95605ab5a.zip |
* crontab: Update invocation of gcc_release according to the
previous changes there. Add automatic 3.4 snapshots from mainline.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69919 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts')
-rw-r--r-- | maintainer-scripts/ChangeLog | 5 | ||||
-rw-r--r-- | maintainer-scripts/crontab | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 8612da0eda2..4d1ddfc0802 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,8 @@ +2003-07-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> + + * crontab: Update invocation of gcc_release according to the + previous changes there. Add automatic 3.4 snapshots from mainline. + 2003-07-23 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> * gcc_release (usage): Document that -s now takes symbolic name 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 |