<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gcc.git/maintainer-scripts/update_web_docs_libstdcxx_git, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/'/>
<entry>
<title>maintainer-scripts: Improve syncing of libstdc++ docs</title>
<updated>2025-09-01T19:58:02+00:00</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@pfeifer.com</email>
</author>
<published>2025-09-01T19:56:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=70954659527858fc9ffa2655b0dd5265c2453be8'/>
<id>70954659527858fc9ffa2655b0dd5265c2453be8</id>
<content type='text'>
rsync generally is a more commonly used tool for syncing data - among
others it retains time stamps and is able to remove orphaned files on
the receiver side.

We just need to exclude some directories and a symlink from being
removed as "orphaned", since they originate elsewhere.

maintainer-scripts:
	* update_web_docs_libstdcxx_git: Copy our "inner" documentation
	into the web area using rsync instead of cpio and remove orphaned
	files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rsync generally is a more commonly used tool for syncing data - among
others it retains time stamps and is able to remove orphaned files on
the receiver side.

We just need to exclude some directories and a symlink from being
removed as "orphaned", since they originate elsewhere.

maintainer-scripts:
	* update_web_docs_libstdcxx_git: Copy our "inner" documentation
	into the web area using rsync instead of cpio and remove orphaned
	files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace update_web_docs_libstdcxx_svn with update_web_docs_libstdcxx_git</title>
<updated>2020-01-13T21:40:44+00:00</updated>
<author>
<name>Jonathan Wakely</name>
<email>jwakely@redhat.com</email>
</author>
<published>2020-01-13T21:26:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=97e2f333087d180a78d92c99b038f0888ac63c02'/>
<id>97e2f333087d180a78d92c99b038f0888ac63c02</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
