<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gcc.git/maintainer-scripts/update_version_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: Use /sourceware/snapshot-tmp/gcc as temp directory if possible</title>
<updated>2020-12-16T23:15:23+00:00</updated>
<author>
<name>Jakub Jelinek</name>
<email>jakub@redhat.com</email>
</author>
<published>2020-12-16T23:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=f4ae1f2c43d2274225f84f4370e556c4abd6010e'/>
<id>f4ae1f2c43d2274225f84f4370e556c4abd6010e</id>
<content type='text'>
&gt; https://gcc.gnu.org/pipermail/gccadmin/2020q4/017037.html
&gt;
&gt; OSError: [Errno 28] No space left on device:
&gt; '/tmp/tmp.Zq3p6D4MxS/gcc/.git/objects/objn31xpefh' -&gt;
&gt; '/tmp/tmp.Zq3p6D4MxS/gcc/.git/objects/db/ffb02a4bcdd4ec04af3db75d86b8cc2e52bdff'
&gt;
&gt; Maybe change the script to use /sourceware/snapshot-tmp/gcc (which has
&gt; rather more space) instead of /tmp?

This patch implements that.

2020-12-17  Jakub Jelinek  &lt;jakub@redhat.com&gt;

	* update_version_git: Put BASEDIR into /sourceware/snapshot-tmp/gcc
	if it exist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&gt; https://gcc.gnu.org/pipermail/gccadmin/2020q4/017037.html
&gt;
&gt; OSError: [Errno 28] No space left on device:
&gt; '/tmp/tmp.Zq3p6D4MxS/gcc/.git/objects/objn31xpefh' -&gt;
&gt; '/tmp/tmp.Zq3p6D4MxS/gcc/.git/objects/db/ffb02a4bcdd4ec04af3db75d86b8cc2e52bdff'
&gt;
&gt; Maybe change the script to use /sourceware/snapshot-tmp/gcc (which has
&gt; rather more space) instead of /tmp?

This patch implements that.

2020-12-17  Jakub Jelinek  &lt;jakub@redhat.com&gt;

	* update_version_git: Put BASEDIR into /sourceware/snapshot-tmp/gcc
	if it exist.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite maintainer-scripts/update_version_git</title>
<updated>2020-05-27T08:24:09+00:00</updated>
<author>
<name>Jakub Jelinek</name>
<email>jakub@redhat.com</email>
</author>
<published>2020-05-27T08:24:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=79ea774f9a9d36d986152d93f9eae4a9ba36b37b'/>
<id>79ea774f9a9d36d986152d93f9eae4a9ba36b37b</id>
<content type='text'>
This patch rewrites update_version_git to be just a thin wrapper around
Martin's new python script.  This just arranges to check out the gcc
repo in a temporary directory, copy out the contrib scripts so that
the running script doesn't change with branch checkouts and runs the script.

I've run it today manually but hopefully we can do it from cron again
from tomorrow.

2020-05-27  Jakub Jelinek  &lt;jakub@redhat.com&gt;

	* update_version_git: Rewrite using
	contrib/gcc-changelog/git_update_version.py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch rewrites update_version_git to be just a thin wrapper around
Martin's new python script.  This just arranges to check out the gcc
repo in a temporary directory, copy out the contrib scripts so that
the running script doesn't change with branch checkouts and runs the script.

I've run it today manually but hopefully we can do it from cron again
from tomorrow.

2020-05-27  Jakub Jelinek  &lt;jakub@redhat.com&gt;

	* update_version_git: Rewrite using
	contrib/gcc-changelog/git_update_version.py.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace update_version_svn with update_version_git.</title>
<updated>2020-01-13T12:29:02+00:00</updated>
<author>
<name>Joseph Myers</name>
<email>joseph@codesourcery.com</email>
</author>
<published>2020-01-13T12:29:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=18cb6ac26fd820f2f00a8c758da09bc71864d5e1'/>
<id>18cb6ac26fd820f2f00a8c758da09bc71864d5e1</id>
<content type='text'>
This patch replaces the update_version_svn script, that updates the
DATESTAMP files from cron, with update_version_git.

	* update_version_git: New file.
	* update_version:svn: Remove.
	* crontab: Use update_version_git.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch replaces the update_version_svn script, that updates the
DATESTAMP files from cron, with update_version_git.

	* update_version_git: New file.
	* update_version:svn: Remove.
	* crontab: Use update_version_git.
</pre>
</div>
</content>
</entry>
</feed>
