gcc/maintainer-scripts
Jakub Jelinek f4ae1f2c43 maintainer-scripts: Use /sourceware/snapshot-tmp/gcc as temp directory if possible
> https://gcc.gnu.org/pipermail/gccadmin/2020q4/017037.html
>
> OSError: [Errno 28] No space left on device:
> '/tmp/tmp.Zq3p6D4MxS/gcc/.git/objects/objn31xpefh' ->
> '/tmp/tmp.Zq3p6D4MxS/gcc/.git/objects/db/ffb02a4bcdd4ec04af3db75d86b8cc2e52bdff'
>
> Maybe change the script to use /sourceware/snapshot-tmp/gcc (which has
> rather more space) instead of /tmp?

This patch implements that.

2020-12-17  Jakub Jelinek  <jakub@redhat.com>

	* update_version_git: Put BASEDIR into /sourceware/snapshot-tmp/gcc
	if it exist.
2020-12-17 00:15:23 +01:00
..
branch_changer.py
bugzilla-close-candidate.py bugzilla-close-candidate.py: Fix sorting of branches. 2020-05-29 16:37:48 +02:00
ChangeLog Daily bump. 2020-05-30 00:16:27 +00:00
crontab
gcc_release
generate_libstdcxx_web_docs
maintainer-addresses
README
update_version_git maintainer-scripts: Use /sourceware/snapshot-tmp/gcc as temp directory if possible 2020-12-17 00:15:23 +01:00
update_web_docs_git
update_web_docs_libstdcxx_git

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.