summaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2019-05-04 13:28:49 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2019-05-04 13:28:49 +0000
commit34d9c2c269c553a1f15813f6d7624e8aca87adef (patch)
tree77911597d0cb7f76bb3c1f39d30254c3175684de /maintainer-scripts
parent9db3f73dbf2dbe43ba39e3eec02bbb4642a0a1bb (diff)
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')
-rw-r--r--maintainer-scripts/ChangeLog5
-rw-r--r--maintainer-scripts/crontab3
2 files changed, 7 insertions, 1 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index ced78651db3..3658bdafd10 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,3 +1,8 @@
+2019-05-04 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * crontab: Snapshots from trunk are now GCC 10 related.
+ Add GCC 9 snapshots from the respective branch.
+
2019-02-23 Jonathan Wakely <jwakely@redhat.com>
* generate_libstdcxx_web_docs: Improve error output.
diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab
index 098aaffd0c3..1d45ad90ef4 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