Skip to content

Commit

Permalink
* crontab: Spread snapshot building more evenly throughout the
Browse files Browse the repository at this point in the history
	week.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100051 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
gerald committed May 21, 2005
1 parent cf0cfa5 commit 576aff9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions maintainer-scripts/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2005-05-21 Gerald Pfeifer <[email protected]>

* crontab: Spread snapshot building more evenly throughout the
week.

2005-05-19 Joseph S. Myers <[email protected]>

* crontab: Don't build 3.3 branch snapshots.
Expand Down
6 changes: 3 additions & 3 deletions maintainer-scripts/crontab
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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
32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 3.4:gcc-3_4-branch -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
32 22 * * 2 sh /home/gccadmin/scripts/gcc_release -s 3.4:gcc-3_4-branch -l -d /sourceware/snapshot-tmp/gcc all
32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 4.0:gcc-4_0-branch -l -d /sourceware/snapshot-tmp/gcc all
43 17 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.1:HEAD -l -d /sourceware/snapshot-tmp/gcc all

0 comments on commit 576aff9

Please sign in to comment.