diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2019-05-04 13:28:49 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2019-05-04 13:28:49 +0000 |
commit | 34d9c2c269c553a1f15813f6d7624e8aca87adef (patch) | |
tree | 77911597d0cb7f76bb3c1f39d30254c3175684de /maintainer-scripts/crontab | |
parent | 9db3f73dbf2dbe43ba39e3eec02bbb4642a0a1bb (diff) | |
download | gcc-34d9c2c269c553a1f15813f6d7624e8aca87adef.zip gcc-34d9c2c269c553a1f15813f6d7624e8aca87adef.tar.gz gcc-34d9c2c269c553a1f15813f6d7624e8aca87adef.tar.bz2 |
crontab: Snapshots from trunk are now GCC 10 related.
* crontab: Snapshots from trunk are now GCC 10 related.
Add GCC 9 snapshots from the respective branch.
From-SVN: r270871
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 098aaff..1d45ad9 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 7:branches/gcc-7-branch -l -d /sourceware/snapshot-tmp/gcc all 32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 8:branches/gcc-8-branch -l -d /sourceware/snapshot-tmp/gcc all -32 22 * * 7 sh /home/gccadmin/scripts/gcc_release -s 9:trunk -l -d /sourceware/snapshot-tmp/gcc all +32 22 * * 6 sh /home/gccadmin/scripts/gcc_release -s 9:branches/gcc-9-branch -l -d /sourceware/snapshot-tmp/gcc all +32 22 * * 7 sh /home/gccadmin/scripts/gcc_release -s 10:trunk -l -d /sourceware/snapshot-tmp/gcc all |