diff options
-rw-r--r-- | maintainer-scripts/ChangeLog | 4 | ||||
-rw-r--r-- | maintainer-scripts/crontab | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index c09946e..1f69241 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,7 @@ +2005-02-25 Mark Mitchell <mark@codesourcery.com> + + * crontab: Adjust for 4.0 branch. + 2004-12-30 Sebastian Pop <pop@cri.ensmp.fr> * update_version (ADD_BRANCHES): Replace lno-branch with diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab index 6c9650c..bb2b1b6 100644 --- a/maintainer-scripts/crontab +++ b/maintainer-scripts/crontab @@ -3,4 +3,5 @@ 55 0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx 32 22 * * 3 sh /home/gccadmin/scripts/gcc_release -s 3.3:gcc-3_3-branch -l -d /sourceware/snapshot-tmp/gcc all 32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 3.4:gcc-3_4-branch -l -d /sourceware/snapshot-tmp/gcc all -43 17 * * 7 sh /home/gccadmin/scripts/gcc_release -s 4.0:HEAD -l -d /sourceware/snapshot-tmp/gcc all +32 22 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.0:gcc-4_0-branch -l -d /sourceware/snapshot-tmp/gcc all +43 17 * * 7 sh /home/gccadmin/scripts/gcc_release -s 4.1:HEAD -l -d /sourceware/snapshot-tmp/gcc all |