aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/crontab
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2020-01-13 17:43:52 +0000
committerJoseph Myers <joseph@codesourcery.com>2020-01-13 17:43:52 +0000
commit33742a0a02581e518ea238e3136d96c7eda12ccc (patch)
tree487ad5b28c86b42aa4b291de232daf6157d5dd44 /maintainer-scripts/crontab
parentac4d87c25e2550b86717151fd2594dfe14373d27 (diff)
downloadgcc-33742a0a02581e518ea238e3136d96c7eda12ccc.zip
gcc-33742a0a02581e518ea238e3136d96c7eda12ccc.tar.gz
gcc-33742a0a02581e518ea238e3136d96c7eda12ccc.tar.bz2
Replace update_web_docs_svn with update_web_docs_git.
This patch replaces the update_web_docs_svn script, that updates online documentation from its sources in the GCC repository, run once a day from cron, with update_web_docs_git. * update_web_docs_git: New file. * update_web_docs_svn: Remove. * crontab: Use update_web_docs_svn.
Diffstat (limited to 'maintainer-scripts/crontab')
-rw-r--r--maintainer-scripts/crontab2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab
index 0cf342f..64edcc1 100644
--- a/maintainer-scripts/crontab
+++ b/maintainer-scripts/crontab
@@ -1,5 +1,5 @@
16 0 * * * sh /home/gccadmin/scripts/update_version_git
-50 0 * * * sh /home/gccadmin/scripts/update_web_docs_svn
+50 0 * * * sh /home/gccadmin/scripts/update_web_docs_git
55 0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx_svn
32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 8:releases/gcc-8 -l -d /sourceware/snapshot-tmp/gcc all
32 22 * * 6 sh /home/gccadmin/scripts/gcc_release -s 9:releases/gcc-9 -l -d /sourceware/snapshot-tmp/gcc all