gcc/maintainer-scripts
Jonathan Wakely 97e2f33308 Replace update_web_docs_libstdcxx_svn with update_web_docs_libstdcxx_git
This patch replaces the update_web_docs_libstdcxx_svn script, that
updates online documentation from its sources in the GCC repository, run
once a day from cron, with update_web_docs_libstdcxx_git.

	* update_web_docs_libstdcxx_git: New file.
	* update_web_docs_libstdcxx_svn: Remove.
	* crontab: Use update_web_docs_libstdcxx_git.
2020-01-13 21:40:44 +00:00
..
ChangeLog Replace update_web_docs_libstdcxx_svn with update_web_docs_libstdcxx_git 2020-01-13 21:40:44 +00:00
README
branch_changer.py
bugzilla-close-candidate.py
crontab Replace update_web_docs_libstdcxx_svn with update_web_docs_libstdcxx_git 2020-01-13 21:40:44 +00:00
gcc_release Update gcc_release for move to git. 2020-01-13 12:45:31 +00:00
generate_libstdcxx_web_docs Improve error message for bad arguments to script 2019-02-23 21:19:04 +00:00
maintainer-addresses
update_version_git Replace update_version_svn with update_version_git. 2020-01-13 12:29:02 +00:00
update_web_docs_git Replace update_web_docs_svn with update_web_docs_git. 2020-01-13 17:43:52 +00:00
update_web_docs_libstdcxx_git Replace update_web_docs_libstdcxx_svn with update_web_docs_libstdcxx_git 2020-01-13 21:40:44 +00:00

README

This directory contains various files used by the gccadmin account on
gcc.gnu.org, mainly for automated tasks such as the daily update of
the date in gcc/DATESTAMP.  There isn't presently any scheme for files
checked in here to be automatically checked out and used by gccadmin,
so the files in Subversion and those used by gccadmin must be kept in
sync manually.